#752ABC

Color #752ABC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #752ABC

Tints of Purple Heart #752ABC

Color information

#752ABC (or 0x752ABC) is unknown color: approx Purple Heart. HEX triplet: 75, 2A and BC. RGB value is (117,42,188). Sum of RGB (Red+Green+Blue) = 117+42+188=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #752ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ABC is #8AD543. Grayscale: #505050. Windows color (decimal): -9098564 or 12331637. OLE color: 12331637.

HSL color Cylindrical-coordinate representation of color #752ABC: hue angle of 270.82º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752ABC is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11742188-
CMYK0.380.7800.26
HSL270.82º63.48%45.1%-
HSV(B)270.82º77.66%73.73%-
XYZ17.249.0748.42-
YUV81.07188.35153.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 42 (16.80% from 255) = 12.10%
BLUE value IS 188 (73.83% from 255) = 54.18%
R=33.72%
G=12.10%
B=54.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117421880.380.7800.26270.8263.4845.1
Hex752ABC264E01A10f3f2d
Octal16552274461160324177755
Binary1110101101010101111001001101001110011010100001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752ABC; }

 p { color: rgb(117,42,188); }

 H1.HeaderClassName
 {
   color: #752ABC;
 }
 .AnyTagClassName
 {
   color: #752ABC;
 }
</style>
background-color css

<style>
 a { background-color: #752ABC; }

 a { background-color: rgb(117,42,188); }

 div.DivClassName
 {
   background-color: #752ABC;
 }
 .BgClassName
 {
   background-color: #752ABC;
 }
</style>
border-color css

<style>
 span { border-color: #752ABC; }

 span { border-color: rgb(117,42,188); }

 td.TdClassName
 {
   border-color: #752ABC;
 }
 .TagClassName
 {
   border-color: #752ABC;
 }
</style>