#5E24DD

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

Shades of Purple Heart #5E24DD

Tints of Purple Heart #5E24DD

Color information

#5E24DD (or 0x5E24DD) is unknown color: approx Purple Heart. HEX triplet: 5E, 24 and DD. RGB value is (94,36,221). Sum of RGB (Red+Green+Blue) = 94+36+221=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E24DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E24DD is #A1DB22. Grayscale: #494949. Windows color (decimal): -10607395 or 14492766. OLE color: 14492766.

HSL color Cylindrical-coordinate representation of color #5E24DD: hue angle of 258.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E24DD is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9436221-
CMYK0.570.8400.13
HSL258.81º73.12%50.39%-
HSV(B)258.81º83.71%86.67%-
XYZ18.38.8669.15-
YUV74.43210.72141.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.78%
GREEN value IS 36 (14.45% from 255) = 10.26%
BLUE value IS 221 (86.72% from 255) = 62.96%
R=26.78%
G=10.26%
B=62.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal94362210.570.8400.13258.8173.1250.39
Hex5E24DD39540D1034932
Octal136443357112401540311162
Binary1011110100100110111011110011010100011011000000111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E24DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,36,221); }

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

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

 a { background-color: rgb(94,36,221); }

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

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

 span { border-color: rgb(94,36,221); }

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