#572759

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

Shades of Hot Purple #572759

Tints of Hot Purple #572759

Color information

#572759 (or 0x572759) is unknown color: approx Hot Purple. HEX triplet: 57, 27 and 59. RGB value is (87,39,89). Sum of RGB (Red+Green+Blue) = 87+39+89=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #572759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572759 is #A8D8A6. Grayscale: #3A3A3A. Windows color (decimal): -11065511 or 5842775. OLE color: 5842775.

HSL color Cylindrical-coordinate representation of color #572759: hue angle of 297.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572759 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB873989-
CMYK0.020.5600.65
HSL297.6º39.06%25.1%-
HSV(B)297.6º56.18%34.9%-
XYZ6.464.29.92-
YUV59.05144.9147.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=40.47%
G=18.14%
B=41.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8739890.020.5600.65297.639.0625.1
Hex57275923804112a2719
Octal1274713127001014524731
Binary10101111001111011001101110000100000110010101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572759; }

 p { color: rgb(87,39,89); }

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

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

 a { background-color: rgb(87,39,89); }

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

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

 span { border-color: rgb(87,39,89); }

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