#3E12BB

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

Shades of Purple Heart #3E12BB

Tints of Purple Heart #3E12BB

Color information

#3E12BB (or 0x3E12BB) is unknown color: approx Purple Heart. HEX triplet: 3E, 12 and BB. RGB value is (62,18,187). Sum of RGB (Red+Green+Blue) = 62+18+187=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E12BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E12BB is #C1ED44. Grayscale: #313131. Windows color (decimal): -12709189 or 12259902. OLE color: 12259902.

HSL color Cylindrical-coordinate representation of color #3E12BB: hue angle of 255.62º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E12BB is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6218187-
CMYK0.670.9000.27
HSL255.62º82.44%40.2%-
HSV(B)255.62º90.37%73.33%-
XYZ11.175.0447.4-
YUV50.42205.08136.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.22%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 187 (73.44% from 255) = 70.04%
R=23.22%
G=6.74%
B=70.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62181870.670.9000.27255.6282.4440.2
Hex3E12BB435A01B1005228
Octal762227310313203340012250
Binary1111101001010111011100001110110100110111000000001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E12BB; }

 p { color: rgb(62,18,187); }

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

<style>
 a { background-color: #3E12BB; }

 a { background-color: rgb(62,18,187); }

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

<style>
 span { border-color: #3E12BB; }

 span { border-color: rgb(62,18,187); }

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