#581856

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

Shades of Palatinate Purple #581856

Tints of Palatinate Purple #581856

Color information

#581856 (or 0x581856) is unknown color: approx Palatinate Purple. HEX triplet: 58, 18 and 56. RGB value is (88,24,86). Sum of RGB (Red+Green+Blue) = 88+24+86=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #581856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581856 is #A7E7A9. Grayscale: #323232. Windows color (decimal): -11003818 or 5642328. OLE color: 5642328.

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

Color convert

RGB882486-
CMYK00.730.020.65
HSL301.88º57.14%21.96%-
HSV(B)301.88º72.73%34.51%-
XYZ6.033.49.14-
YUV50.2148.2154.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=44.44%
G=12.12%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88248600.730.020.65301.8857.1421.96
Hex58185604924112e3916
Octal13030126011121014567126
Binary10110001100010101100100100110100000110010111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581856; }

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

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

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

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

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

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

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

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