#573261

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

Shades of Hot Purple #573261

Tints of Hot Purple #573261

Color information

#573261 (or 0x573261) is unknown color: approx Hot Purple. HEX triplet: 57, 32 and 61. RGB value is (87,50,97). Sum of RGB (Red+Green+Blue) = 87+50+97=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #573261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573261 is #A8CD9E. Grayscale: #424242. Windows color (decimal): -11062687 or 6369879. OLE color: 6369879.

HSL color Cylindrical-coordinate representation of color #573261: hue angle of 287.23º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #573261 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB875097-
CMYK0.100.4800.62
HSL287.23º31.97%28.82%-
HSV(B)287.23º48.45%38.04%-
XYZ7.235.1711.93-
YUV66.42145.26142.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=37.18%
G=21.37%
B=41.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8750970.100.4800.62287.2331.9728.82
Hex573261A3003E11f201d
Octal1276214112600764374035
Binary101011111001011000011010110000011111010001111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573261; }

 p { color: rgb(87,50,97); }

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

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

 a { background-color: rgb(87,50,97); }

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

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

 span { border-color: rgb(87,50,97); }

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