#522859

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

Shades of Hot Purple #522859

Tints of Hot Purple #522859

Color information

#522859 (or 0x522859) is unknown color: approx Hot Purple. HEX triplet: 52, 28 and 59. RGB value is (82,40,89). Sum of RGB (Red+Green+Blue) = 82+40+89=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #522859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522859 is #ADD7A6. Grayscale: #393939. Windows color (decimal): -11392935 or 5843026. OLE color: 5843026.

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

Color convert

RGB824089-
CMYK0.080.5500.65
HSL291.43º37.98%25.29%-
HSV(B)291.43º55.06%34.9%-
XYZ6.044.039.91-
YUV58.14145.41145.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=38.86%
G=18.96%
B=42.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8240890.080.5500.65291.4337.9825.29
Hex5228598370411232619
Octal12250131106701014434631
Binary1010010101000101100110001101110100000110010001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522859; }

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

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

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

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

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

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

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

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