#5115AA

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

Shades of Purple Heart #5115AA

Tints of Purple Heart #5115AA

Color information

#5115AA (or 0x5115AA) is unknown color: approx Purple Heart. HEX triplet: 51, 15 and AA. RGB value is (81,21,170). Sum of RGB (Red+Green+Blue) = 81+21+170=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #5115AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5115AA is #AEEA55. Grayscale: #373737. Windows color (decimal): -11463254 or 11146577. OLE color: 11146577.

HSL color Cylindrical-coordinate representation of color #5115AA: hue angle of 264.16º degrees, saturation: 0.78, 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 #5115AA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8121170-
CMYK0.520.8800.33
HSL264.16º78.01%37.45%-
HSV(B)264.16º87.65%66.67%-
XYZ10.925.1938.46-
YUV55.93192.38145.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 21 (8.59% from 255) = 7.72%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=29.78%
G=7.72%
B=62.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81211700.520.8800.33264.1678.0137.45
Hex5115AA34580211084e25
Octal121252526413004141011645
Binary10100011010110101010110100101100001000011000010001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5115AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5115AA; }

 p { color: rgb(81,21,170); }

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

<style>
 a { background-color: #5115AA; }

 a { background-color: rgb(81,21,170); }

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

<style>
 span { border-color: #5115AA; }

 span { border-color: rgb(81,21,170); }

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