#581857

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

Shades of Palatinate Purple #581857

Tints of Palatinate Purple #581857

Color information

#581857 (or 0x581857) is unknown color: approx Palatinate Purple. HEX triplet: 58, 18 and 57. RGB value is (88,24,87). Sum of RGB (Red+Green+Blue) = 88+24+87=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #581857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581857 is #A7E7A8. Grayscale: #323232. Windows color (decimal): -11003817 or 5707864. OLE color: 5707864.

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

Color convert

RGB882487-
CMYK00.730.010.65
HSL300.94º57.14%21.96%-
HSV(B)300.94º72.73%34.51%-
XYZ6.073.429.36-
YUV50.32148.7154.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 87 (34.38% from 255) = 43.72%
R=44.22%
G=12.06%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88248700.730.010.65300.9457.1421.96
Hex58185704914112d3916
Octal13030127011111014557126
Binary1011000110001010111010010011100000110010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581857; }

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

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

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

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

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

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

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

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