#581157

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

Shades of Palatinate Purple #581157

Tints of Palatinate Purple #581157

Color information

#581157 (or 0x581157) is unknown color: approx Palatinate Purple. HEX triplet: 58, 11 and 57. RGB value is (88,17,87). Sum of RGB (Red+Green+Blue) = 88+17+87=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #581157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581157 is #A7EEA8. Grayscale: #2E2E2E. Windows color (decimal): -11005609 or 5706072. OLE color: 5706072.

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

Color convert

RGB881787-
CMYK00.810.010.65
HSL300.85º67.62%20.59%-
HSV(B)300.85º80.68%34.51%-
XYZ5.953.169.31-
YUV46.21151.02157.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=45.83%
G=8.85%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88178700.810.010.65300.8567.6220.59
Hex58115705114112d4415
Octal130211270121110145510425
Binary10110001000110101110101000111000001100101101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581157; }

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

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

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

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

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

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

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

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