#520ABE

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

Shades of Purple Heart #520ABE

Tints of Purple Heart #520ABE

Color information

#520ABE (or 0x520ABE) is unknown color: approx Purple Heart. HEX triplet: 52, 0A and BE. RGB value is (82,10,190). Sum of RGB (Red+Green+Blue) = 82+10+190=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #520ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ABE is #ADF541. Grayscale: #333333. Windows color (decimal): -11400514 or 12454482. OLE color: 12454482.

HSL color Cylindrical-coordinate representation of color #520ABE: hue angle of 264º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ABE is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8210190-
CMYK0.570.9500.25
HSL264º90%39.22%-
HSV(B)264º94.74%74.51%-
XYZ12.885.7349.14-
YUV52.05205.85149.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 190 (74.61% from 255) = 67.38%
R=29.08%
G=3.55%
B=67.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82101900.570.9500.252649039.22
Hex52ABE395F0191085a27
Octal122122767113703141013247
Binary101001010101011111011100110111110110011000010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,10,190); }

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

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

 a { background-color: rgb(82,10,190); }

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

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

 span { border-color: rgb(82,10,190); }

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