Html Css Color HEX #5021AB Purple Heart

📋 copy color: '#5021AB'

red 80 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #5021AB

Tints of Purple Heart #5021AB

RGB

 RED value IS 80 (31.64% from 255) = 28.17%

 GREEN value IS 33 (13.28% from 255) = 11.62%

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 28.17%
G = 11.62%
B = 60.21%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5021AB (or 0x5021AB) is known color: Purple Heart. HEX triplet: 50, 21 and AB. RGB value is (80,33,171). Sum of RGB (Red+Green+Blue) = 80+33+171=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #5021AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5021AB is #AFDE54. Grayscale: #3E3E3E. Windows color (decimal): -11525717 or 11215184. OLE color: 11215184.

HSL color Cylindrical-coordinate representation of color #5021AB: hue angle of 260.43º degrees, saturation: 0.68, 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 #5021AB is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 33 171 -
CMYK 0.53 0.81 0 0.33
HSL 260.43º 0.68% 0.4% -
HSV(B) 260.43º 0.81% 0.67% -
XYZ 11.2 5.73 39.04 -
YUV 62.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 80 33 171 0.53 0.81 0 0.33 260.43 0.68 0.4
Hex 50 21 AB 35 51 0 21 104 44 28
Octal 120 41 253 65 121 0 41 404 104 50
Binary 1010000 100001 10101011 110101 1010001 0 100001 100000100 1000100 101000

Color Harmonies of #5021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5021AB

Black with #5021AB

Text Example


Text Example

White with #5021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5021AB; }

 p { color: rgb(80,33,171); }

 H1.HeaderClassName
 {
   color: #5021AB;
 }
 .AnyTagClassName
 {
   color: #5021AB;
 }
</style>

background-color css

<style>
 a { background-color: #5021AB; }

 a { background-color: rgb(80,33,171); }

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

border-color css

<style>
 span { border-color: #5021AB; }

 span { border-color: rgb(80,33,171); }

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