#522753

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

Shades of Hot Purple #522753

Tints of Hot Purple #522753

Color information

#522753 (or 0x522753) is unknown color: approx Hot Purple. HEX triplet: 52, 27 and 53. RGB value is (82,39,83). Sum of RGB (Red+Green+Blue) = 82+39+83=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #522753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522753 is #ADD8AC. Grayscale: #383838. Windows color (decimal): -11393197 or 5449554. OLE color: 5449554.

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

Color convert

RGB823983-
CMYK0.010.5300.67
HSL298.64º36.07%23.92%-
HSV(B)298.64º53.01%32.55%-
XYZ5.773.878.63-
YUV56.87142.75145.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=40.20%
G=19.12%
B=40.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8239830.010.5300.67298.6436.0723.92
Hex52275313504312b2418
Octal1224712316501034534430
Binary1010010100111101001111101010100001110010101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522753; }

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

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

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

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

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

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

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

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