#5A24B8

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

Shades of Purple Heart #5A24B8

Tints of Purple Heart #5A24B8

Color information

#5A24B8 (or 0x5A24B8) is unknown color: approx Purple Heart. HEX triplet: 5A, 24 and B8. RGB value is (90,36,184). Sum of RGB (Red+Green+Blue) = 90+36+184=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #5A24B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A24B8 is #A5DB47. Grayscale: #444444. Windows color (decimal): -10869576 or 12067930. OLE color: 12067930.

HSL color Cylindrical-coordinate representation of color #5A24B8: hue angle of 261.89º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A24B8 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9036184-
CMYK0.510.8000.28
HSL261.89º67.27%43.14%-
HSV(B)261.89º80.43%72.16%-
XYZ13.56.945.97-
YUV69.02192.89142.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.03%
GREEN value IS 36 (14.45% from 255) = 11.61%
BLUE value IS 184 (72.27% from 255) = 59.35%
R=29.03%
G=11.61%
B=59.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal90361840.510.8000.28261.8967.2743.14
Hex5A24B8335001C106432b
Octal132442706312003440610353
Binary10110101001001011100011001110100000111001000001101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A24B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,36,184); }

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

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

 a { background-color: rgb(90,36,184); }

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

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

 span { border-color: rgb(90,36,184); }

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