Html Css Color HEX #5B24BB Purple Heart

📋 copy color: '#5B24BB'

red 91 ◦ green 36 ◦ blue 187

#5B24BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5B24BB

Tints of Purple Heart #5B24BB

RGB

 RED value IS 91 (35.94% from 255) = 28.98%

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 28.98%
G = 11.46%
B = 59.55%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B24BB (or 0x5B24BB) is known color: Purple Heart. HEX triplet: 5B, 24 and BB. RGB value is (91,36,187). Sum of RGB (Red+Green+Blue) = 91+36+187=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B24BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B24BB is #A4DB44. Grayscale: #454545. Windows color (decimal): -10804037 or 12264539. OLE color: 12264539.

HSL color Cylindrical-coordinate representation of color #5B24BB: hue angle of 261.85º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B24BB is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 36 187 -
CMYK 0.51 0.81 0 0.27
HSL 261.85º 0.68% 0.44% -
HSV(B) 261.85º 0.81% 0.73% -
XYZ 13.91 7.07 47.65 -
YUV 69.66 194.22 143.22 -
System Red Green Blue C M Y K H S L
Decimal 91 36 187 0.51 0.81 0 0.27 261.85 0.68 0.44
Hex 5B 24 BB 33 51 0 1B 106 44 2C
Octal 133 44 273 63 121 0 33 406 104 54
Binary 1011011 100100 10111011 110011 1010001 0 11011 100000110 1000100 101100

Color Harmonies of #5B24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B24BB

Black with #5B24BB

Text Example


Text Example

White with #5B24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B24BB;
 }
 .AnyTagClassName
 {
   color: #5B24BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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