#573155

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

Shades of Hot Purple #573155

Tints of Hot Purple #573155

Color information

#573155 (or 0x573155) is unknown color: approx Hot Purple. HEX triplet: 57, 31 and 55. RGB value is (87,49,85). Sum of RGB (Red+Green+Blue) = 87+49+85=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 87 - color contains mainly: red. Hex color #573155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573155 is #A8CEAA. Grayscale: #404040. Windows color (decimal): -11062955 or 5583191. OLE color: 5583191.

HSL color Cylindrical-coordinate representation of color #573155: hue angle of 303.16º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #573155 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB874985-
CMYK00.440.020.66
HSL303.16º27.94%26.67%-
HSV(B)303.16º43.68%34.12%-
XYZ6.674.889.18-
YUV64.47139.59144.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.37%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=39.37%
G=22.17%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87498500.440.020.66303.1627.9426.67
Hex57315502C24212f1c1b
Octal1276112505421024573433
Binary1010111110001101010101011001010000101001011111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573155; }

 p { color: rgb(87,49,85); }

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

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

 a { background-color: rgb(87,49,85); }

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

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

 span { border-color: rgb(87,49,85); }

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