#5D24C0

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

Shades of Purple Heart #5D24C0

Tints of Purple Heart #5D24C0

Color information

#5D24C0 (or 0x5D24C0) is unknown color: approx Purple Heart. HEX triplet: 5D, 24 and C0. RGB value is (93,36,192). Sum of RGB (Red+Green+Blue) = 93+36+192=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #5D24C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D24C0 is #A2DB3F. Grayscale: #464646. Windows color (decimal): -10672960 or 12592221. OLE color: 12592221.

HSL color Cylindrical-coordinate representation of color #5D24C0: hue angle of 261.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D24C0 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9336192-
CMYK0.520.8100.25
HSL261.92º68.42%44.71%-
HSV(B)261.92º81.25%75.29%-
XYZ14.667.3950.52-
YUV70.83196.38143.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.97%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 192 (75.39% from 255) = 59.81%
R=28.97%
G=11.21%
B=59.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93361920.520.8100.25261.9268.4244.71
Hex5D24C03451019106442d
Octal135443006412103140610455
Binary10111011001001100000011010010100010110011000001101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D24C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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