Html Css Color HEX #5B24A7 Purple Heart

📋 copy color: '#5B24A7'

red 91 ◦ green 36 ◦ blue 167

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

Shades of Purple Heart #5B24A7

Tints of Purple Heart #5B24A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 56.8%

R = 30.95%
G = 12.24%
B = 56.8%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5B24A7 (or 0x5B24A7) is known color: Purple Heart. HEX triplet: 5B, 24 and A7. RGB value is (91,36,167). Sum of RGB (Red+Green+Blue) = 91+36+167=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 167 (65.62% from 255 or 56.80% from 294); Max value from RGB is 167 - color contains mainly: blue. Hex color #5B24A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B24A7 is #A4DB58. Grayscale: #424242. Windows color (decimal): -10804057 or 10953819. OLE color: 10953819.

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

Color convert

RGB 91 36 167 -
CMYK 0.46 0.78 0 0.35
HSL 265.19º 0.65% 0.4% -
HSV(B) 265.19º 0.78% 0.65% -
XYZ 11.92 6.28 37.14 -
YUV 67.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 91 36 167 0.46 0.78 0 0.35 265.19 0.65 0.4
Hex 5B 24 A7 2E 4E 0 23 109 41 28
Octal 133 44 247 56 116 0 43 411 101 50
Binary 1011011 100100 10100111 101110 1001110 0 100011 100001001 1000001 101000

Color Harmonies of #5B24A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B24A7

Black with #5B24A7

Text Example


Text Example

White with #5B24A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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