#522953

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

Shades of Hot Purple #522953

Tints of Hot Purple #522953

Color information

#522953 (or 0x522953) is unknown color: approx Hot Purple. HEX triplet: 52, 29 and 53. RGB value is (82,41,83). Sum of RGB (Red+Green+Blue) = 82+41+83=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #522953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522953 is #ADD6AC. Grayscale: #393939. Windows color (decimal): -11392685 or 5450066. OLE color: 5450066.

HSL color Cylindrical-coordinate representation of color #522953: hue angle of 298.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #522953 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB824183-
CMYK0.010.5100.67
HSL298.57º33.87%24.31%-
HSV(B)298.57º50.6%32.55%-
XYZ5.8348.65-
YUV58.05142.08145.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=39.81%
G=19.90%
B=40.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8241830.010.5100.67298.5733.8724.31
Hex52295313304312b2218
Octal1225112316301034534230
Binary1010010101001101001111100110100001110010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522953; }

 p { color: rgb(82,41,83); }

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

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

 a { background-color: rgb(82,41,83); }

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

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

 span { border-color: rgb(82,41,83); }

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