#5112AB

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

Shades of Purple Heart #5112AB

Tints of Purple Heart #5112AB

Color information

#5112AB (or 0x5112AB) is unknown color: approx Purple Heart. HEX triplet: 51, 12 and AB. RGB value is (81,18,171). Sum of RGB (Red+Green+Blue) = 81+18+171=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #5112AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5112AB is #AEED54. Grayscale: #353535. Windows color (decimal): -11464021 or 11211345. OLE color: 11211345.

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

Color convert

RGB8118171-
CMYK0.530.8900.33
HSL264.71º80.95%37.06%-
HSV(B)264.71º89.47%67.06%-
XYZ10.965.1238.94-
YUV54.28193.87147.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 171 (67.19% from 255) = 63.33%
R=30%
G=6.67%
B=63.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81181710.530.8900.33264.7180.9537.06
Hex5112AB35590211095125
Octal121222536513104141112145
Binary10100011001010101011110101101100101000011000010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5112AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,18,171); }

 H1.HeaderClassName
 {
   color: #5112AB;
 }
 .AnyTagClassName
 {
   color: #5112AB;
 }
</style>
background-color css

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

 a { background-color: rgb(81,18,171); }

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

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

 span { border-color: rgb(81,18,171); }

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