#520ACA

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

Shades of Purple Heart #520ACA

Tints of Purple Heart #520ACA

Color information

#520ACA (or 0x520ACA) is unknown color: approx Purple Heart. HEX triplet: 52, 0A and CA. RGB value is (82,10,202). Sum of RGB (Red+Green+Blue) = 82+10+202=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #520ACA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ACA is #ADF535. Grayscale: #343434. Windows color (decimal): -11400502 or 13240914. OLE color: 13240914.

HSL color Cylindrical-coordinate representation of color #520ACA: hue angle of 262.5º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ACA is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8210202-
CMYK0.590.9500.21
HSL262.5º90.57%41.57%-
HSV(B)262.5º95.05%79.22%-
XYZ14.256.2856.34-
YUV53.42211.85148.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 10 (4.30% from 255) = 3.40%
BLUE value IS 202 (79.30% from 255) = 68.71%
R=27.89%
G=3.40%
B=68.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82102020.590.9500.21262.590.5741.57
Hex52ACA3B5F0151065b2a
Octal122123127313702540613352
Binary101001010101100101011101110111110101011000001101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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