#3E21C6

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

Shades of Purple Heart #3E21C6

Tints of Purple Heart #3E21C6

Color information

#3E21C6 (or 0x3E21C6) is unknown color: approx Purple Heart. HEX triplet: 3E, 21 and C6. RGB value is (62,33,198). Sum of RGB (Red+Green+Blue) = 62+33+198=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #3E21C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E21C6 is #C1DE39. Grayscale: #3B3B3B. Windows color (decimal): -12705338 or 12984638. OLE color: 12984638.

HSL color Cylindrical-coordinate representation of color #3E21C6: hue angle of 250.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E21C6 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6233198-
CMYK0.690.8300.22
HSL250.55º71.43%45.29%-
HSV(B)250.55º83.33%77.65%-
XYZ12.726.1953.95-
YUV60.48205.61129.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.16%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 198 (77.73% from 255) = 67.58%
R=21.16%
G=11.26%
B=67.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal62331980.690.8300.22250.5571.4345.29
Hex3E21C64553016fb472d
Octal764130610512302637310755
Binary1111101000011100011010001011010011010110111110111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E21C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,33,198); }

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

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

 a { background-color: rgb(62,33,198); }

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

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

 span { border-color: rgb(62,33,198); }

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