#3E20BA

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

Shades of Purple Heart #3E20BA

Tints of Purple Heart #3E20BA

Color information

#3E20BA (or 0x3E20BA) is unknown color: approx Purple Heart. HEX triplet: 3E, 20 and BA. RGB value is (62,32,186). Sum of RGB (Red+Green+Blue) = 62+32+186=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E20BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E20BA is #C1DF45. Grayscale: #393939. Windows color (decimal): -12705606 or 12197950. OLE color: 12197950.

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

Color convert

RGB6232186-
CMYK0.670.8300.27
HSL251.69º70.64%42.75%-
HSV(B)251.69º82.8%72.94%-
XYZ11.375.646.94-
YUV58.53199.94130.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.14%
GREEN value IS 32 (12.89% from 255) = 11.43%
BLUE value IS 186 (73.05% from 255) = 66.43%
R=22.14%
G=11.43%
B=66.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62321860.670.8300.27251.6970.6442.75
Hex3E20BA435301Bfc472b
Octal764027210312303337410753
Binary1111101000001011101010000111010011011011111111001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E20BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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