#581559

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

Shades of Palatinate Purple #581559

Tints of Palatinate Purple #581559

Color information

#581559 (or 0x581559) is unknown color: approx Palatinate Purple. HEX triplet: 58, 15 and 59. RGB value is (88,21,89). Sum of RGB (Red+Green+Blue) = 88+21+89=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #581559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581559 is #A7EAA6. Grayscale: #303030. Windows color (decimal): -11004583 or 5838168. OLE color: 5838168.

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

Color convert

RGB882189-
CMYK0.010.7600.65
HSL299.12º61.82%21.57%-
HSV(B)299.12º76.4%34.9%-
XYZ6.13.339.77-
YUV48.78150.7155.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=44.44%
G=10.61%
B=44.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821890.010.7600.65299.1261.8221.57
Hex58155914C04112b3e16
Octal13025131111401014537626
Binary1011000101011011001110011000100000110010101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581559; }

 p { color: rgb(88,21,89); }

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

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

 a { background-color: rgb(88,21,89); }

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

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

 span { border-color: rgb(88,21,89); }

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