#580557

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

Shades of Palatinate Purple #580557

Tints of Palatinate Purple #580557

Color information

#580557 (or 0x580557) is unknown color: approx Palatinate Purple. HEX triplet: 58, 05 and 57. RGB value is (88,5,87). Sum of RGB (Red+Green+Blue) = 88+5+87=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #580557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580557 is #A7FAA8. Grayscale: #262626. Windows color (decimal): -11008681 or 5703000. OLE color: 5703000.

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

Color convert

RGB88587-
CMYK00.940.010.65
HSL300.72º89.25%18.24%-
HSV(B)300.72º94.32%34.51%-
XYZ5.82.879.27-
YUV39.16155162.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=48.89%
G=2.78%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8858700.940.010.65300.7289.2518.24
Hex5855705E14112d5912
Octal13051270136110145513122
Binary101100010110101110101111011000001100101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580557; }

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

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

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

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

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

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

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

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