#522259

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

Shades of Hot Purple #522259

Tints of Hot Purple #522259

Color information

#522259 (or 0x522259) is unknown color: approx Hot Purple. HEX triplet: 52, 22 and 59. RGB value is (82,34,89). Sum of RGB (Red+Green+Blue) = 82+34+89=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #522259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522259 is #ADDDA6. Grayscale: #363636. Windows color (decimal): -11394471 or 5841490. OLE color: 5841490.

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

Color convert

RGB823489-
CMYK0.080.6200.65
HSL292.36º44.72%24.12%-
HSV(B)292.36º61.8%34.9%-
XYZ5.853.669.85-
YUV54.62147.4147.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=40%
G=16.59%
B=43.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8234890.080.6200.65292.3644.7224.12
Hex52225983E0411242d18
Octal12242131107601014445530
Binary1010010100010101100110001111100100000110010010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522259; }

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

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

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

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

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

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

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

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