#3712C6

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

Shades of Purple Heart #3712C6

Tints of Purple Heart #3712C6

Color information

#3712C6 (or 0x3712C6) is unknown color: approx Purple Heart. HEX triplet: 37, 12 and C6. RGB value is (55,18,198). Sum of RGB (Red+Green+Blue) = 55+18+198=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 198 (77.73% from 255 or 73.06% from 271); Max value from RGB is 198 - color contains mainly: blue. Hex color #3712C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3712C6 is #C8ED39. Grayscale: #303030. Windows color (decimal): -13167930 or 12980791. OLE color: 12980791.

HSL color Cylindrical-coordinate representation of color #3712C6: hue angle of 252.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3712C6 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5518198-
CMYK0.720.9100.22
HSL252.33º83.33%42.35%-
HSV(B)252.33º90.91%77.65%-
XYZ11.985.3253.82-
YUV49.58211.76131.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 18 (7.42% from 255) = 6.64%
BLUE value IS 198 (77.73% from 255) = 73.06%
R=20.30%
G=6.64%
B=73.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal55181980.720.9100.22252.3383.3342.35
Hex3712C6485B016fc532a
Octal672230611013302637412352
Binary110111100101100011010010001011011010110111111001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3712C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3712C6; }

 p { color: rgb(55,18,198); }

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

<style>
 a { background-color: #3712C6; }

 a { background-color: rgb(55,18,198); }

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

<style>
 span { border-color: #3712C6; }

 span { border-color: rgb(55,18,198); }

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