#522352

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

Shades of Hot Purple #522352

Tints of Hot Purple #522352

Color information

#522352 (or 0x522352) is unknown color: approx Hot Purple. HEX triplet: 52, 23 and 52. RGB value is (82,35,82). Sum of RGB (Red+Green+Blue) = 82+35+82=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #522352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522352 is #ADDCAD. Grayscale: #363636. Windows color (decimal): -11394222 or 5382994. OLE color: 5382994.

HSL color Cylindrical-coordinate representation of color #522352: hue angle of 300º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #522352 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB823582-
CMYK00.5700.68
HSL300º40.17%22.94%-
HSV(B)300º57.32%32.16%-
XYZ5.63.618.38-
YUV54.41143.57147.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=41.21%
G=17.59%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82358200.5700.6830040.1722.94
Hex52235203904412c2817
Octal1224312207101044545027
Binary1010010100011101001001110010100010010010110010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522352; }

 p { color: rgb(82,35,82); }

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

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

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

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

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

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

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