#5E20BC

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

Shades of Purple Heart #5E20BC

Tints of Purple Heart #5E20BC

Color information

#5E20BC (or 0x5E20BC) is unknown color: approx Purple Heart. HEX triplet: 5E, 20 and BC. RGB value is (94,32,188). Sum of RGB (Red+Green+Blue) = 94+32+188=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E20BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E20BC is #A1DF43. Grayscale: #434343. Windows color (decimal): -10608452 or 12329054. OLE color: 12329054.

HSL color Cylindrical-coordinate representation of color #5E20BC: hue angle of 263.85º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E20BC is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9432188-
CMYK0.500.8300.26
HSL263.85º70.91%43.14%-
HSV(B)263.85º82.98%73.73%-
XYZ14.217.0448.19-
YUV68.32195.54146.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.94%
GREEN value IS 32 (12.89% from 255) = 10.19%
BLUE value IS 188 (73.83% from 255) = 59.87%
R=29.94%
G=10.19%
B=59.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94321880.500.8300.26263.8570.9143.14
Hex5E20BC325301A108472b
Octal136402746212303241010753
Binary10111101000001011110011001010100110110101000010001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E20BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E20BC; }

 p { color: rgb(94,32,188); }

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

<style>
 a { background-color: #5E20BC; }

 a { background-color: rgb(94,32,188); }

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

<style>
 span { border-color: #5E20BC; }

 span { border-color: rgb(94,32,188); }

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