#3E20B2

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

Shades of Purple Heart #3E20B2

Tints of Purple Heart #3E20B2

Color information

#3E20B2 (or 0x3E20B2) is unknown color: approx Purple Heart. HEX triplet: 3E, 20 and B2. RGB value is (62,32,178). Sum of RGB (Red+Green+Blue) = 62+32+178=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 178 (69.92% from 255 or 65.44% from 272); Max value from RGB is 178 - color contains mainly: blue. Hex color #3E20B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E20B2 is #C1DF4D. Grayscale: #393939. Windows color (decimal): -12705614 or 11673662. OLE color: 11673662.

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

Color convert

RGB6232178-
CMYK0.650.8200.30
HSL252.33º69.52%41.18%-
HSV(B)252.33º82.02%69.8%-
XYZ10.545.2742.58-
YUV57.61195.94131.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 178 (69.92% from 255) = 65.44%
R=22.79%
G=11.76%
B=65.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal62321780.650.8200.30252.3369.5241.18
Hex3E20B2415201Efc4629
Octal764026210112203637410651
Binary1111101000001011001010000011010010011110111111001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E20B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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