#511EAC

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

Shades of Purple Heart #511EAC

Tints of Purple Heart #511EAC

Color information

#511EAC (or 0x511EAC) is unknown color: approx Purple Heart. HEX triplet: 51, 1E and AC. RGB value is (81,30,172). Sum of RGB (Red+Green+Blue) = 81+30+172=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #511EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511EAC is #AEE153. Grayscale: #3C3C3C. Windows color (decimal): -11460948 or 11279953. OLE color: 11279953.

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

Color convert

RGB8130172-
CMYK0.530.8300.33
HSL261.55º70.3%39.61%-
HSV(B)261.55º82.56%67.45%-
XYZ11.35.6639.53-
YUV61.44190.4141.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 172 (67.58% from 255) = 60.78%
R=28.62%
G=10.60%
B=60.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81301720.530.8300.33261.5570.339.61
Hex511EAC35530211064628
Octal121362546512304140610650
Binary10100011111010101100110101101001101000011000001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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