#532F5D

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

Shades of Hot Purple #532F5D

Tints of Hot Purple #532F5D

Color information

#532F5D (or 0x532F5D) is unknown color: approx Hot Purple. HEX triplet: 53, 2F and 5D. RGB value is (83,47,93). Sum of RGB (Red+Green+Blue) = 83+47+93=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #532F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F5D is #ACD0A2. Grayscale: #3E3E3E. Windows color (decimal): -11325603 or 6106963. OLE color: 6106963.

HSL color Cylindrical-coordinate representation of color #532F5D: hue angle of 286.96º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532F5D is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB834793-
CMYK0.110.4900.64
HSL286.96º32.86%27.45%-
HSV(B)286.96º49.46%36.47%-
XYZ6.564.6610.91-
YUV63.01144.93142.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=37.22%
G=21.08%
B=41.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8347930.110.4900.64286.9632.8627.45
Hex532F5DB3104011f211b
Octal12357135136101004374133
Binary1010011101111101110110111100010100000010001111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532F5D; }

 p { color: rgb(83,47,93); }

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

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

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

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

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

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

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