#520EAB

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

Shades of Purple Heart #520EAB

Tints of Purple Heart #520EAB

Color information

#520EAB (or 0x520EAB) is unknown color: approx Purple Heart. HEX triplet: 52, 0E and AB. RGB value is (82,14,171). Sum of RGB (Red+Green+Blue) = 82+14+171=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #520EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520EAB is #ADF154. Grayscale: #333333. Windows color (decimal): -11399509 or 11210322. OLE color: 11210322.

HSL color Cylindrical-coordinate representation of color #520EAB: hue angle of 265.99º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520EAB is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8214171-
CMYK0.520.9200.33
HSL265.99º84.86%36.27%-
HSV(B)265.99º91.81%67.06%-
XYZ10.995.0538.92-
YUV52.23195.03149.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 14 (5.86% from 255) = 5.24%
BLUE value IS 171 (67.19% from 255) = 64.04%
R=30.71%
G=5.24%
B=64.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82141710.520.9200.33265.9984.8636.27
Hex52EAB345C02110a5524
Octal122162536413404141212544
Binary1010010111010101011110100101110001000011000010101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520EAB; }

 p { color: rgb(82,14,171); }

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

<style>
 a { background-color: #520EAB; }

 a { background-color: rgb(82,14,171); }

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

<style>
 span { border-color: #520EAB; }

 span { border-color: rgb(82,14,171); }

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