#3912B6

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

Shades of Purple Heart #3912B6

Tints of Purple Heart #3912B6

Color information

#3912B6 (or 0x3912B6) is unknown color: approx Purple Heart. HEX triplet: 39, 12 and B6. RGB value is (57,18,182). Sum of RGB (Red+Green+Blue) = 57+18+182=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 182 (71.48% from 255 or 70.82% from 257); Max value from RGB is 182 - color contains mainly: blue. Hex color #3912B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3912B6 is #C6ED49. Grayscale: #2F2F2F. Windows color (decimal): -13036874 or 11932217. OLE color: 11932217.

HSL color Cylindrical-coordinate representation of color #3912B6: hue angle of 254.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3912B6 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5718182-
CMYK0.690.9000.29
HSL254.27º82%39.22%-
HSV(B)254.27º90.11%71.37%-
XYZ10.354.6844.61-
YUV48.36203.42134.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 182 (71.48% from 255) = 70.82%
R=22.18%
G=7.00%
B=70.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57181820.690.9000.29254.278239.22
Hex3912B6455A01Dfe5227
Octal712226610513203537612247
Binary111001100101011011010001011011010011101111111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3912B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3912B6; }

 p { color: rgb(57,18,182); }

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

<style>
 a { background-color: #3912B6; }

 a { background-color: rgb(57,18,182); }

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

<style>
 span { border-color: #3912B6; }

 span { border-color: rgb(57,18,182); }

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