#581756

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

Shades of Palatinate Purple #581756

Tints of Palatinate Purple #581756

Color information

#581756 (or 0x581756) is unknown color: approx Palatinate Purple. HEX triplet: 58, 17 and 56. RGB value is (88,23,86). Sum of RGB (Red+Green+Blue) = 88+23+86=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #581756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581756 is #A7E8A9. Grayscale: #313131. Windows color (decimal): -11004074 or 5642072. OLE color: 5642072.

HSL color Cylindrical-coordinate representation of color #581756: hue angle of 301.85º 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 #581756 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB882386-
CMYK00.740.020.65
HSL301.85º58.56%21.76%-
HSV(B)301.85º73.86%34.51%-
XYZ6.013.369.14-
YUV49.62148.53155.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=44.67%
G=11.68%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88238600.740.020.65301.8558.5621.76
Hex58175604A24112e3b16
Octal13027126011221014567326
Binary10110001011110101100100101010100000110010111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581756; }

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

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

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

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

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

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

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

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