#3E12BE

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

Shades of Purple Heart #3E12BE

Tints of Purple Heart #3E12BE

Color information

#3E12BE (or 0x3E12BE) is unknown color: approx Purple Heart. HEX triplet: 3E, 12 and BE. RGB value is (62,18,190). Sum of RGB (Red+Green+Blue) = 62+18+190=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E12BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E12BE is #C1ED41. Grayscale: #323232. Windows color (decimal): -12709186 or 12456510. OLE color: 12456510.

HSL color Cylindrical-coordinate representation of color #3E12BE: hue angle of 255.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E12BE is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6218190-
CMYK0.670.9100.25
HSL255.35º82.69%40.78%-
HSV(B)255.35º90.53%74.51%-
XYZ11.55.1749.11-
YUV50.76206.58136.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.96%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 190 (74.61% from 255) = 70.37%
R=22.96%
G=6.67%
B=70.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62181900.670.9100.25255.3582.6940.78
Hex3E12BE435B019ff5329
Octal762227610313303137712351
Binary111110100101011111010000111011011011001111111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E12BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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