#521060

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

Shades of Hot Purple #521060

Tints of Hot Purple #521060

Color information

#521060 (or 0x521060) is unknown color: approx Hot Purple. HEX triplet: 52, 10 and 60. RGB value is (82,16,96). Sum of RGB (Red+Green+Blue) = 82+16+96=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #521060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521060 is #ADEF9F. Grayscale: #2C2C2C. Windows color (decimal): -11399072 or 6295634. OLE color: 6295634.

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

Color convert

RGB821696-
CMYK0.150.8300.62
HSL289.5º71.43%21.96%-
HSV(B)289.5º83.33%37.65%-
XYZ5.783.0111.34-
YUV44.85156.87154.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=42.27%
G=8.25%
B=49.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8216960.150.8300.62289.571.4321.96
Hex521060F5303E1224716
Octal122201401712307644210726
Binary1010010100001100000111110100110111110100100010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521060; }

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

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

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

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

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

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

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

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