#3e0cb2

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

Shades of Purple Heart #3E0CB2

Tints of Purple Heart #3E0CB2

Color information

#3E0CB2 (or 0x3E0CB2) is unknown color: approx Purple Heart. HEX triplet: 3E, 0C and B2. RGB value is (62,12,178). Sum of RGB (Red+Green+Blue) = 62+12+178=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 178 (69.92% from 255 or 70.63% from 252); Max value from RGB is 178 - color contains mainly: blue. Hex color #3E0CB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0CB2 is #C1F34D. Grayscale: #2D2D2D. Windows color (decimal): -12710734 or 11668542. OLE color: 11668542.

HSL color Cylindrical-coordinate representation of color #3E0CB2: hue angle of 258.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0CB2 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6212178-
CMYK0.650.9300.30
HSL258.07º87.37%37.25%-
HSV(B)258.07º93.26%69.8%-
XYZ10.154.542.45-
YUV45.87202.56139.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.60%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 178 (69.92% from 255) = 70.63%
R=24.60%
G=4.76%
B=70.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal62121780.650.9300.30258.0787.3737.25
Hex3ECB2415D01E1025725
Octal761426210113503640212745
Binary111110110010110010100000110111010111101000000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e0cb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,12,178); }

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

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

 a { background-color: rgb(62,12,178); }

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

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

 span { border-color: rgb(62,12,178); }

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