#5B24A8

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

Shades of Purple Heart #5B24A8

Tints of Purple Heart #5B24A8

Color information

#5B24A8 (or 0x5B24A8) is unknown color: approx Purple Heart. HEX triplet: 5B, 24 and A8. RGB value is (91,36,168). Sum of RGB (Red+Green+Blue) = 91+36+168=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 168 (66.02% from 255 or 56.95% from 295); Max value from RGB is 168 - color contains mainly: blue. Hex color #5B24A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B24A8 is #A4DB57. Grayscale: #434343. Windows color (decimal): -10804056 or 11019355. OLE color: 11019355.

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

Color convert

RGB9136168-
CMYK0.460.7900.34
HSL265º64.71%40%-
HSV(B)265º78.57%65.88%-
XYZ12.016.3137.63-
YUV67.49184.72144.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.85%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 168 (66.02% from 255) = 56.95%
R=30.85%
G=12.20%
B=56.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91361680.460.7900.3426564.7140
Hex5B24A82E4F0221094128
Octal133442505611704241110150
Binary101101110010010101000101110100111101000101000010011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B24A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,36,168); }

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

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

 a { background-color: rgb(91,36,168); }

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

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

 span { border-color: rgb(91,36,168); }

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