#511EAE

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

Shades of Purple Heart #511EAE

Tints of Purple Heart #511EAE

Color information

#511EAE (or 0x511EAE) is unknown color: approx Purple Heart. HEX triplet: 51, 1E and AE. RGB value is (81,30,174). Sum of RGB (Red+Green+Blue) = 81+30+174=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #511EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511EAE is #AEE151. Grayscale: #3D3D3D. Windows color (decimal): -11460946 or 11411025. OLE color: 11411025.

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

Color convert

RGB8130174-
CMYK0.530.8300.32
HSL261.25º70.59%40%-
HSV(B)261.25º82.76%68.24%-
XYZ11.55.7340.55-
YUV61.66191.4141.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=28.42%
G=10.53%
B=61.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81301740.530.8300.32261.2570.5940
Hex511EAE35530201054728
Octal121362566512304040510750
Binary10100011111010101110110101101001101000001000001011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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