#3712C5

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

Shades of Purple Heart #3712C5

Tints of Purple Heart #3712C5

Color information

#3712C5 (or 0x3712C5) is unknown color: approx Purple Heart. HEX triplet: 37, 12 and C5. RGB value is (55,18,197). Sum of RGB (Red+Green+Blue) = 55+18+197=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 197 (77.34% from 255 or 72.96% from 270); Max value from RGB is 197 - color contains mainly: blue. Hex color #3712C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3712C5 is #C8ED3A. Grayscale: #303030. Windows color (decimal): -13167931 or 12915255. OLE color: 12915255.

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

Color convert

RGB5518197-
CMYK0.720.9100.23
HSL252.4º83.26%42.16%-
HSV(B)252.4º90.86%77.25%-
XYZ11.875.2853.22-
YUV49.47211.26131.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 197 (77.34% from 255) = 72.96%
R=20.37%
G=6.67%
B=72.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal55181970.720.9100.23252.483.2642.16
Hex3712C5485B017fc532a
Octal672230511013302737412352
Binary110111100101100010110010001011011010111111111001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3712C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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