#581259

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

Shades of Palatinate Purple #581259

Tints of Palatinate Purple #581259

Color information

#581259 (or 0x581259) is unknown color: approx Palatinate Purple. HEX triplet: 58, 12 and 59. RGB value is (88,18,89). Sum of RGB (Red+Green+Blue) = 88+18+89=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #581259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581259 is #A7EDA6. Grayscale: #2E2E2E. Windows color (decimal): -11005351 or 5837400. OLE color: 5837400.

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

Color convert

RGB881889-
CMYK0.010.8000.65
HSL299.15º66.36%20.98%-
HSV(B)299.15º79.78%34.9%-
XYZ6.043.239.76-
YUV47.02151.69157.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=45.13%
G=9.23%
B=45.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8818890.010.8000.65299.1566.3620.98
Hex58125915004112b4215
Octal130221311120010145310225
Binary10110001001010110011101000001000001100101011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581259; }

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

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

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

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

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

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

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

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