#581757

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

Shades of Palatinate Purple #581757

Tints of Palatinate Purple #581757

Color information

#581757 (or 0x581757) is unknown color: approx Palatinate Purple. HEX triplet: 58, 17 and 57. RGB value is (88,23,87). Sum of RGB (Red+Green+Blue) = 88+23+87=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #581757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581757 is #A7E8A8. Grayscale: #313131. Windows color (decimal): -11004073 or 5707608. OLE color: 5707608.

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

Color convert

RGB882387-
CMYK00.740.010.65
HSL300.92º58.56%21.76%-
HSV(B)300.92º73.86%34.51%-
XYZ6.053.389.35-
YUV49.73149.03155.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=44.44%
G=11.62%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88238700.740.010.65300.9258.5621.76
Hex58175704A14112d3b16
Octal13027127011211014557326
Binary1011000101111010111010010101100000110010110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581757; }

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

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

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

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

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

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

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

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