#511AAE

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

Shades of Purple Heart #511AAE

Tints of Purple Heart #511AAE

Color information

#511AAE (or 0x511AAE) is unknown color: approx Purple Heart. HEX triplet: 51, 1A and AE. RGB value is (81,26,174). Sum of RGB (Red+Green+Blue) = 81+26+174=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #511AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511AAE is #AEE551. Grayscale: #3A3A3A. Windows color (decimal): -11461970 or 11410001. OLE color: 11410001.

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

Color convert

RGB8126174-
CMYK0.530.8500.32
HSL262.3º74%39.22%-
HSV(B)262.3º85.06%68.24%-
XYZ11.45.5440.51-
YUV59.32192.72143.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 174 (68.36% from 255) = 61.92%
R=28.83%
G=9.25%
B=61.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81261740.530.8500.32262.37439.22
Hex511AAE35550201064a27
Octal121322566512504040611247
Binary10100011101010101110110101101010101000001000001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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