#5E19CA

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

Shades of Purple Heart #5E19CA

Tints of Purple Heart #5E19CA

Color information

#5E19CA (or 0x5E19CA) is unknown color: approx Purple Heart. HEX triplet: 5E, 19 and CA. RGB value is (94,25,202). Sum of RGB (Red+Green+Blue) = 94+25+202=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E19CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E19CA is #A1E635. Grayscale: #414141. Windows color (decimal): -10610230 or 13244766. OLE color: 13244766.

HSL color Cylindrical-coordinate representation of color #5E19CA: hue angle of 263.39º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E19CA is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9425202-
CMYK0.530.8800.21
HSL263.39º77.97%44.51%-
HSV(B)263.39º87.62%79.22%-
XYZ15.627.3456.47-
YUV65.81204.86148.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.28%
GREEN value IS 25 (10.16% from 255) = 7.79%
BLUE value IS 202 (79.30% from 255) = 62.93%
R=29.28%
G=7.79%
B=62.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal94252020.530.8800.21263.3977.9744.51
Hex5E19CA35580151074e2d
Octal136313126513002540711655
Binary1011110110011100101011010110110000101011000001111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E19CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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