#3E20BE

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

Shades of Purple Heart #3E20BE

Tints of Purple Heart #3E20BE

Color information

#3E20BE (or 0x3E20BE) is unknown color: approx Purple Heart. HEX triplet: 3E, 20 and BE. RGB value is (62,32,190). Sum of RGB (Red+Green+Blue) = 62+32+190=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E20BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E20BE is #C1DF41. Grayscale: #3A3A3A. Windows color (decimal): -12705602 or 12460094. OLE color: 12460094.

HSL color Cylindrical-coordinate representation of color #3E20BE: hue angle of 251.39º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E20BE is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6232190-
CMYK0.670.8300.25
HSL251.39º71.17%43.53%-
HSV(B)251.39º83.16%74.51%-
XYZ11.85.7749.21-
YUV58.98201.94130.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.83%
GREEN value IS 32 (12.89% from 255) = 11.27%
BLUE value IS 190 (74.61% from 255) = 66.90%
R=21.83%
G=11.27%
B=66.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62321900.670.8300.25251.3971.1743.53
Hex3E20BE4353019fb472c
Octal764027610312303137310754
Binary1111101000001011111010000111010011011001111110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E20BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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