#532951

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

Shades of Hot Purple #532951

Tints of Hot Purple #532951

Color information

#532951 (or 0x532951) is unknown color: approx Hot Purple. HEX triplet: 53, 29 and 51. RGB value is (83,41,81). Sum of RGB (Red+Green+Blue) = 83+41+81=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #532951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532951 is #ACD6AE. Grayscale: #3A3A3A. Windows color (decimal): -11327151 or 5318995. OLE color: 5318995.

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

Color convert

RGB834181-
CMYK00.510.020.67
HSL302.86º33.87%24.31%-
HSV(B)302.86º50.6%32.55%-
XYZ5.854.028.25-
YUV58.12140.91145.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=40.49%
G=20%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83418100.510.020.67302.8633.8724.31
Hex53295103324312f2218
Octal1235112106321034574230
Binary10100111010011010001011001110100001110010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532951; }

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

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

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

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

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

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

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

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