#5d24ad

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

Shades of Purple Heart #5D24AD

Tints of Purple Heart #5D24AD

Color information

#5D24AD (or 0x5D24AD) is unknown color: approx Purple Heart. HEX triplet: 5D, 24 and AD. RGB value is (93,36,173). Sum of RGB (Red+Green+Blue) = 93+36+173=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D24AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D24AD is #A2DB52. Grayscale: #444444. Windows color (decimal): -10672979 or 11347037. OLE color: 11347037.

HSL color Cylindrical-coordinate representation of color #5D24AD: hue angle of 264.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D24AD is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9336173-
CMYK0.460.7900.32
HSL264.96º65.55%40.98%-
HSV(B)264.96º79.19%67.84%-
XYZ12.696.6140.14-
YUV68.66186.88145.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.79%
GREEN value IS 36 (14.45% from 255) = 11.92%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=30.79%
G=11.92%
B=57.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93361730.460.7900.32264.9665.5540.98
Hex5D24AD2E4F0201094229
Octal135442555611704041110251
Binary101110110010010101101101110100111101000001000010011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d24ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,36,173); }

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

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

 a { background-color: rgb(93,36,173); }

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

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

 span { border-color: rgb(93,36,173); }

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