Html Css Color HEX #5014AB Purple Heart

📋 copy color: '#5014AB'

red 80 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #5014AB

Tints of Purple Heart #5014AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

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

R = 29.52%
G = 7.38%
B = 63.1%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5014AB (or 0x5014AB) is known color: Purple Heart. HEX triplet: 50, 14 and AB. RGB value is (80,20,171). Sum of RGB (Red+Green+Blue) = 80+20+171=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #5014AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5014AB is #AFEB54. Grayscale: #363636. Windows color (decimal): -11529045 or 11211856. OLE color: 11211856.

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

Color convert

RGB 80 20 171 -
CMYK 0.53 0.88 0 0.33
HSL 263.84º 0.79% 0.37% -
HSV(B) 263.84º 0.88% 0.67% -
XYZ 10.91 5.15 38.95 -
YUV 55.15 193.38 145.72 -
System Red Green Blue C M Y K H S L
Decimal 80 20 171 0.53 0.88 0 0.33 263.84 0.79 0.37
Hex 50 14 AB 35 58 0 21 108 4F 25
Octal 120 24 253 65 130 0 41 410 117 45
Binary 1010000 10100 10101011 110101 1011000 0 100001 100001000 1001111 100101

Color Harmonies of #5014AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5014AB

Black with #5014AB

Text Example


Text Example

White with #5014AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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