#573258

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

Shades of Hot Purple #573258

Tints of Hot Purple #573258

Color information

#573258 (or 0x573258) is unknown color: approx Hot Purple. HEX triplet: 57, 32 and 58. RGB value is (87,50,88). Sum of RGB (Red+Green+Blue) = 87+50+88=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #573258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573258 is #A8CDA7. Grayscale: #414141. Windows color (decimal): -11062696 or 5780055. OLE color: 5780055.

HSL color Cylindrical-coordinate representation of color #573258: hue angle of 298.42º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #573258 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB875088-
CMYK0.010.4300.65
HSL298.42º27.54%27.06%-
HSV(B)298.42º43.18%34.51%-
XYZ6.835.019.84-
YUV65.4140.76143.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=38.67%
G=22.22%
B=39.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8750880.010.4300.65298.4227.5427.06
Hex57325812B04112a1c1b
Octal1276213015301014523433
Binary101011111001010110001101011010000011001010101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573258; }

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

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

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

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

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

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

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

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