#532952

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

Shades of Hot Purple #532952

Tints of Hot Purple #532952

Color information

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

HSL color Cylindrical-coordinate representation of color #532952: hue angle of 301.43º 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 #532952 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB834182-
CMYK00.510.010.67
HSL301.43º33.87%24.31%-
HSV(B)301.43º50.6%32.55%-
XYZ5.884.038.45-
YUV58.23141.41145.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83418200.510.010.67301.4333.8724.31
Hex53295203314312d2218
Octal1235112206311034554230
Binary1010011101001101001001100111100001110010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532952; }

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

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

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

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

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

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

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

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