#521759

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

Shades of Hot Purple #521759

Tints of Hot Purple #521759

Color information

#521759 (or 0x521759) is unknown color: approx Hot Purple. HEX triplet: 52, 17 and 59. RGB value is (82,23,89). Sum of RGB (Red+Green+Blue) = 82+23+89=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #521759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521759 is #ADE8A6. Grayscale: #2F2F2F. Windows color (decimal): -11397287 or 5838674. OLE color: 5838674.

HSL color Cylindrical-coordinate representation of color #521759: hue angle of 293.64º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521759 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB822389-
CMYK0.080.7400.65
HSL293.64º58.93%21.96%-
HSV(B)293.64º74.16%34.9%-
XYZ5.593.139.76-
YUV48.16151.05152.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=42.27%
G=11.86%
B=45.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8223890.080.7400.65293.6458.9321.96
Hex52175984A0411263b16
Octal122271311011201014467326
Binary1010010101111011001100010010100100000110010011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521759; }

 p { color: rgb(82,23,89); }

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

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

 a { background-color: rgb(82,23,89); }

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

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

 span { border-color: rgb(82,23,89); }

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