#3E1EB8

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

Shades of Purple Heart #3E1EB8

Tints of Purple Heart #3E1EB8

Color information

#3E1EB8 (or 0x3E1EB8) is unknown color: approx Purple Heart. HEX triplet: 3E, 1E and B8. RGB value is (62,30,184). Sum of RGB (Red+Green+Blue) = 62+30+184=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 184 (72.27% from 255 or 66.67% from 276); Max value from RGB is 184 - color contains mainly: blue. Hex color #3E1EB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1EB8 is #C1E147. Grayscale: #383838. Windows color (decimal): -12706120 or 12066366. OLE color: 12066366.

HSL color Cylindrical-coordinate representation of color #3E1EB8: hue angle of 252.47º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E1EB8 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6230184-
CMYK0.660.8400.28
HSL252.47º71.96%41.96%-
HSV(B)252.47º83.7%72.16%-
XYZ11.15.4145.81-
YUV57.12199.6131.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.46%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 184 (72.27% from 255) = 66.67%
R=22.46%
G=10.87%
B=66.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal62301840.660.8400.28252.4771.9641.96
Hex3E1EB8425401Cfc482a
Octal763627010212403437411052
Binary111110111101011100010000101010100011100111111001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,30,184); }

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

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

 a { background-color: rgb(62,30,184); }

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

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

 span { border-color: rgb(62,30,184); }

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