Html Css Color HEX #5B20AC Purple Heart

📋 copy color: '#5B20AC'

red 91 ◦ green 32 ◦ blue 172

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

Shades of Purple Heart #5B20AC

Tints of Purple Heart #5B20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.31%

R = 30.85%
G = 10.85%
B = 58.31%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B20AC (or 0x5B20AC) is known color: Purple Heart. HEX triplet: 5B, 20 and AC. RGB value is (91,32,172). Sum of RGB (Red+Green+Blue) = 91+32+172=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B20AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B20AC is #A4DF53. Grayscale: #414141. Windows color (decimal): -10805076 or 11280475. OLE color: 11280475.

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

Color convert

RGB 91 32 172 -
CMYK 0.47 0.81 0 0.33
HSL 265.29º 0.69% 0.4% -
HSV(B) 265.29º 0.81% 0.67% -
XYZ 12.28 6.24 39.59 -
YUV 65.6 188.05 146.12 -
System Red Green Blue C M Y K H S L
Decimal 91 32 172 0.47 0.81 0 0.33 265.29 0.69 0.4
Hex 5B 20 AC 2F 51 0 21 109 45 28
Octal 133 40 254 57 121 0 41 411 105 50
Binary 1011011 100000 10101100 101111 1010001 0 100001 100001001 1000101 101000

Color Harmonies of #5B20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B20AC

Black with #5B20AC

Text Example


Text Example

White with #5B20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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