Html Css Color HEX #5B20BB Purple Heart

📋 copy color: '#5B20BB'

red 91 ◦ green 32 ◦ blue 187

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

Shades of Purple Heart #5B20BB

Tints of Purple Heart #5B20BB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

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

R = 29.35%
G = 10.32%
B = 60.32%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B20BB (or 0x5B20BB) is known color: Purple Heart. HEX triplet: 5B, 20 and BB. RGB value is (91,32,187). Sum of RGB (Red+Green+Blue) = 91+32+187=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B20BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B20BB is #A4DF44. Grayscale: #424242. Windows color (decimal): -10805061 or 12263515. OLE color: 12263515.

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

Color convert

RGB 91 32 187 -
CMYK 0.51 0.83 0 0.27
HSL 262.84º 0.71% 0.43% -
HSV(B) 262.84º 0.83% 0.73% -
XYZ 13.8 6.85 47.61 -
YUV 67.31 195.55 144.9 -
System Red Green Blue C M Y K H S L
Decimal 91 32 187 0.51 0.83 0 0.27 262.84 0.71 0.43
Hex 5B 20 BB 33 53 0 1B 107 47 2B
Octal 133 40 273 63 123 0 33 407 107 53
Binary 1011011 100000 10111011 110011 1010011 0 11011 100000111 1000111 101011

Color Harmonies of #5B20BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B20BB

Black with #5B20BB

Text Example


Text Example

White with #5B20BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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