#511AAF

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

Shades of Purple Heart #511AAF

Tints of Purple Heart #511AAF

Color information

#511AAF (or 0x511AAF) is unknown color: approx Purple Heart. HEX triplet: 51, 1A and AF. RGB value is (81,26,175). Sum of RGB (Red+Green+Blue) = 81+26+175=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #511AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511AAF is #AEE550. Grayscale: #3A3A3A. Windows color (decimal): -11461969 or 11475537. OLE color: 11475537.

HSL color Cylindrical-coordinate representation of color #511AAF: hue angle of 262.15º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511AAF is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8126175-
CMYK0.540.8500.31
HSL262.15º74.13%39.41%-
HSV(B)262.15º85.14%68.63%-
XYZ11.55.5841.03-
YUV59.43193.22143.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 175 (68.75% from 255) = 62.06%
R=28.72%
G=9.22%
B=62.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81261750.540.8500.31262.1574.1339.41
Hex511AAF365501F1064a27
Octal121322576612503740611247
Binary1010001110101010111111011010101010111111000001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511AAF; }

 p { color: rgb(81,26,175); }

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

<style>
 a { background-color: #511AAF; }

 a { background-color: rgb(81,26,175); }

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

<style>
 span { border-color: #511AAF; }

 span { border-color: rgb(81,26,175); }

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