#5B24CB

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

Shades of Purple Heart #5B24CB

Tints of Purple Heart #5B24CB

Color information

#5B24CB (or 0x5B24CB) is unknown color: approx Purple Heart. HEX triplet: 5B, 24 and CB. RGB value is (91,36,203). Sum of RGB (Red+Green+Blue) = 91+36+203=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B24CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B24CB is #A4DB34. Grayscale: #464646. Windows color (decimal): -10804021 or 13313115. OLE color: 13313115.

HSL color Cylindrical-coordinate representation of color #5B24CB: hue angle of 259.76º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B24CB is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9136203-
CMYK0.550.8200.20
HSL259.76º69.87%46.86%-
HSV(B)259.76º82.27%79.61%-
XYZ15.727.857.18-
YUV71.48202.22141.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.58%
GREEN value IS 36 (14.45% from 255) = 10.91%
BLUE value IS 203 (79.69% from 255) = 61.52%
R=27.58%
G=10.91%
B=61.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91362030.550.8200.20259.7669.8746.86
Hex5B24CB3752014104462f
Octal133443136712202440410657
Binary10110111001001100101111011110100100101001000001001000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B24CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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