#523152

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

Shades of Hot Purple #523152

Tints of Hot Purple #523152

Color information

#523152 (or 0x523152) is unknown color: approx Hot Purple. HEX triplet: 52, 31 and 52. RGB value is (82,49,82). Sum of RGB (Red+Green+Blue) = 82+49+82=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #523152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523152 is #ADCEAD. Grayscale: #3E3E3E. Windows color (decimal): -11390638 or 5386578. OLE color: 5386578.

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

Color convert

RGB824982-
CMYK00.4000.68
HSL300º25.19%25.69%-
HSV(B)300º40.24%32.16%-
XYZ6.14.68.55-
YUV62.63138.93141.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=38.50%
G=23.00%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82498200.4000.6830025.1925.69
Hex52315202804412c191a
Octal1226112205001044543132
Binary101001011000110100100101000010001001001011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523152; }

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

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

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

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

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

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

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

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