#3E1CC4

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

Shades of Purple Heart #3E1CC4

Tints of Purple Heart #3E1CC4

Color information

#3E1CC4 (or 0x3E1CC4) is unknown color: approx Purple Heart. HEX triplet: 3E, 1C and C4. RGB value is (62,28,196). Sum of RGB (Red+Green+Blue) = 62+28+196=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 196 (76.95% from 255 or 68.53% from 286); Max value from RGB is 196 - color contains mainly: blue. Hex color #3E1CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1CC4 is #C1E33B. Grayscale: #383838. Windows color (decimal): -12706620 or 12852286. OLE color: 12852286.

HSL color Cylindrical-coordinate representation of color #3E1CC4: hue angle of 252.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E1CC4 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6228196-
CMYK0.680.8600.23
HSL252.14º75%43.92%-
HSV(B)252.14º85.71%76.86%-
XYZ12.375.8452.7-
YUV57.32206.26131.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.68%
GREEN value IS 28 (11.33% from 255) = 9.79%
BLUE value IS 196 (76.95% from 255) = 68.53%
R=21.68%
G=9.79%
B=68.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal62281960.680.8600.23252.147543.92
Hex3E1CC44456017fc4b2c
Octal763430410412602737411354
Binary111110111001100010010001001010110010111111111001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,28,196); }

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

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

 a { background-color: rgb(62,28,196); }

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

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

 span { border-color: rgb(62,28,196); }

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