#522559

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

Shades of Hot Purple #522559

Tints of Hot Purple #522559

Color information

#522559 (or 0x522559) is unknown color: approx Hot Purple. HEX triplet: 52, 25 and 59. RGB value is (82,37,89). Sum of RGB (Red+Green+Blue) = 82+37+89=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #522559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522559 is #ADDAA6. Grayscale: #383838. Windows color (decimal): -11393703 or 5842258. OLE color: 5842258.

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

Color convert

RGB823789-
CMYK0.080.5800.65
HSL291.92º41.27%24.71%-
HSV(B)291.92º58.43%34.9%-
XYZ5.943.849.88-
YUV56.38146.41146.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=39.42%
G=17.79%
B=42.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8237890.080.5800.65291.9241.2724.71
Hex52255983A0411242919
Octal12245131107201014445131
Binary1010010100101101100110001110100100000110010010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522559; }

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

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

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

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

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

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

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

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