#5014AB

Color #5014AB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5014AB

Tints of Purple Heart #5014AB

Color information

#5014AB (or 0x5014AB) is unknown color: approx 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

RGB8020171-
CMYK0.530.8800.33
HSL263.84º79.06%37.45%-
HSV(B)263.84º88.3%67.06%-
XYZ10.915.1538.95-
YUV55.15193.38145.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 20 (8.20% from 255) = 7.38%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=29.52%
G=7.38%
B=63.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80201710.530.8800.33263.8479.0637.45
Hex5014AB35580211084f25
Octal120242536513004141011745
Binary10100001010010101011110101101100001000011000010001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5014AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>