#532D55

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

Shades of Hot Purple #532D55

Tints of Hot Purple #532D55

Color information

#532D55 (or 0x532D55) is unknown color: approx Hot Purple. HEX triplet: 53, 2D and 55. RGB value is (83,45,85). Sum of RGB (Red+Green+Blue) = 83+45+85=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 85 - color contains mainly: blue. Hex color #532D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D55 is #ACD2AA. Grayscale: #3C3C3C. Windows color (decimal): -11326123 or 5582163. OLE color: 5582163.

HSL color Cylindrical-coordinate representation of color #532D55: hue angle of 297º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532D55 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB834585-
CMYK0.020.4700.67
HSL297º30.77%25.49%-
HSV(B)297º47.06%33.33%-
XYZ6.154.379.11-
YUV60.92141.59143.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=38.97%
G=21.13%
B=39.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8345850.020.4700.6729730.7725.49
Hex532D5522F0431291f19
Octal1235512525701034513731
Binary1010011101101101010110101111010000111001010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,45,85); }

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

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

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

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

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

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

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