#522C55

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

Shades of Hot Purple #522C55

Tints of Hot Purple #522C55

Color information

#522C55 (or 0x522C55) is unknown color: approx Hot Purple. HEX triplet: 52, 2C and 55. RGB value is (82,44,85). Sum of RGB (Red+Green+Blue) = 82+44+85=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #522C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C55 is #ADD3AA. Grayscale: #3B3B3B. Windows color (decimal): -11391915 or 5581906. OLE color: 5581906.

HSL color Cylindrical-coordinate representation of color #522C55: hue angle of 295.61º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522C55 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB824485-
CMYK0.040.4800.67
HSL295.61º31.78%25.29%-
HSV(B)295.61º48.24%33.33%-
XYZ6.024.259.1-
YUV60.04142.09143.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=38.86%
G=20.85%
B=40.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8244850.040.4800.67295.6131.7825.29
Hex522C554300431282019
Octal1225412546001034504031
Binary101001010110010101011001100000100001110010100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522C55; }

 p { color: rgb(82,44,85); }

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

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

 a { background-color: rgb(82,44,85); }

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

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

 span { border-color: rgb(82,44,85); }

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