#5E19B8

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

Shades of Purple Heart #5E19B8

Tints of Purple Heart #5E19B8

Color information

#5E19B8 (or 0x5E19B8) is unknown color: approx Purple Heart. HEX triplet: 5E, 19 and B8. RGB value is (94,25,184). Sum of RGB (Red+Green+Blue) = 94+25+184=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #5E19B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E19B8 is #A1E647. Grayscale: #3F3F3F. Windows color (decimal): -10610248 or 12065118. OLE color: 12065118.

HSL color Cylindrical-coordinate representation of color #5E19B8: hue angle of 266.04º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E19B8 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9425184-
CMYK0.490.8600.28
HSL266.04º76.08%40.98%-
HSV(B)266.04º86.41%72.16%-
XYZ13.626.5445.89-
YUV63.76195.86149.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.02%
GREEN value IS 25 (10.16% from 255) = 8.25%
BLUE value IS 184 (72.27% from 255) = 60.73%
R=31.02%
G=8.25%
B=60.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal94251840.490.8600.28266.0476.0840.98
Hex5E19B8315601C10a4c29
Octal136312706112603441211451
Binary1011110110011011100011000110101100111001000010101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E19B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,25,184); }

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

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

 a { background-color: rgb(94,25,184); }

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

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

 span { border-color: rgb(94,25,184); }

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