#532953

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

Shades of Hot Purple #532953

Tints of Hot Purple #532953

Color information

#532953 (or 0x532953) is unknown color: approx Hot Purple. HEX triplet: 53, 29 and 53. RGB value is (83,41,83). Sum of RGB (Red+Green+Blue) = 83+41+83=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #532953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532953 is #ACD6AC. Grayscale: #3A3A3A. Windows color (decimal): -11327149 or 5450067. OLE color: 5450067.

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

Color convert

RGB834183-
CMYK00.5100.67
HSL300º33.87%24.31%-
HSV(B)300º50.6%32.55%-
XYZ5.924.058.65-
YUV58.35141.91145.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=40.10%
G=19.81%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83418300.5100.6730033.8724.31
Hex53295303304312c2218
Octal1235112306301034544230
Binary1010011101001101001101100110100001110010110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532953; }

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

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

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

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

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

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

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

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