Html Css Color HEX #5B20AD Purple Heart

📋 copy color: '#5B20AD'

red 91 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #5B20AD

Tints of Purple Heart #5B20AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 30.74%
G = 10.81%
B = 58.45%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B20AD (or 0x5B20AD) is known color: Purple Heart. HEX triplet: 5B, 20 and AD. RGB value is (91,32,173). Sum of RGB (Red+Green+Blue) = 91+32+173=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B20AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B20AD is #A4DF52. Grayscale: #414141. Windows color (decimal): -10805075 or 11346011. OLE color: 11346011.

HSL color Cylindrical-coordinate representation of color #5B20AD: hue angle of 265.11º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B20AD is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 32 173 -
CMYK 0.47 0.82 0 0.32
HSL 265.11º 0.69% 0.4% -
HSV(B) 265.11º 0.82% 0.68% -
XYZ 12.37 6.27 40.09 -
YUV 65.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 91 32 173 0.47 0.82 0 0.32 265.11 0.69 0.4
Hex 5B 20 AD 2F 52 0 20 109 45 28
Octal 133 40 255 57 122 0 40 411 105 50
Binary 1011011 100000 10101101 101111 1010010 0 100000 100001001 1000101 101000

Color Harmonies of #5B20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B20AD

Black with #5B20AD

Text Example


Text Example

White with #5B20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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