Html Css Color HEX #5016AB Purple Heart

📋 copy color: '#5016AB'

red 80 ◦ green 22 ◦ blue 171

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

Shades of Purple Heart #5016AB

Tints of Purple Heart #5016AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

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

R = 29.3%
G = 8.06%
B = 62.64%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5016AB (or 0x5016AB) is known color: Purple Heart. HEX triplet: 50, 16 and AB. RGB value is (80,22,171). Sum of RGB (Red+Green+Blue) = 80+22+171=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #5016AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5016AB is #AFE954. Grayscale: #373737. Windows color (decimal): -11528533 or 11212368. OLE color: 11212368.

HSL color Cylindrical-coordinate representation of color #5016AB: hue angle of 263.36º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5016AB is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 22 171 -
CMYK 0.53 0.87 0 0.33
HSL 263.36º 0.77% 0.38% -
HSV(B) 263.36º 0.87% 0.67% -
XYZ 10.95 5.22 38.96 -
YUV 56.33 192.72 144.88 -
System Red Green Blue C M Y K H S L
Decimal 80 22 171 0.53 0.87 0 0.33 263.36 0.77 0.38
Hex 50 16 AB 35 57 0 21 107 4D 26
Octal 120 26 253 65 127 0 41 407 115 46
Binary 1010000 10110 10101011 110101 1010111 0 100001 100000111 1001101 100110

Color Harmonies of #5016AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016AB

Black with #5016AB

Text Example


Text Example

White with #5016AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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