#522359

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

Shades of Hot Purple #522359

Tints of Hot Purple #522359

Color information

#522359 (or 0x522359) is unknown color: approx Hot Purple. HEX triplet: 52, 23 and 59. RGB value is (82,35,89). Sum of RGB (Red+Green+Blue) = 82+35+89=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #522359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522359 is #ADDCA6. Grayscale: #373737. Windows color (decimal): -11394215 or 5841746. OLE color: 5841746.

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

Color convert

RGB823589-
CMYK0.080.6100.65
HSL292.22º43.55%24.31%-
HSV(B)292.22º60.67%34.9%-
XYZ5.883.729.86-
YUV55.21147.07147.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=39.81%
G=16.99%
B=43.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8235890.080.6100.65292.2243.5524.31
Hex52235983D0411242c18
Octal12243131107501014445430
Binary1010010100011101100110001111010100000110010010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522359; }

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

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

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

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

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

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

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

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