#521560

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

Shades of Hot Purple #521560

Tints of Hot Purple #521560

Color information

#521560 (or 0x521560) is unknown color: approx Hot Purple. HEX triplet: 52, 15 and 60. RGB value is (82,21,96). Sum of RGB (Red+Green+Blue) = 82+21+96=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #521560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521560 is #ADEA9F. Grayscale: #2F2F2F. Windows color (decimal): -11397792 or 6296914. OLE color: 6296914.

HSL color Cylindrical-coordinate representation of color #521560: hue angle of 288.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521560 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB822196-
CMYK0.150.7800.62
HSL288.8º64.1%22.94%-
HSV(B)288.8º78.12%37.65%-
XYZ5.863.1711.37-
YUV47.79155.21152.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=41.21%
G=10.55%
B=48.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8221960.150.7800.62288.864.122.94
Hex521560F4E03E1214017
Octal122251401711607644110027
Binary1010010101011100000111110011100111110100100001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521560; }

 p { color: rgb(82,21,96); }

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

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

 a { background-color: rgb(82,21,96); }

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

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

 span { border-color: rgb(82,21,96); }

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