#580859

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

Shades of Palatinate Purple #580859

Tints of Palatinate Purple #580859

Color information

#580859 (or 0x580859) is unknown color: approx Palatinate Purple. HEX triplet: 58, 08 and 59. RGB value is (88,8,89). Sum of RGB (Red+Green+Blue) = 88+8+89=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #580859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580859 is #A7F7A6. Grayscale: #282828. Windows color (decimal): -11007911 or 5834840. OLE color: 5834840.

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

Color convert

RGB88889-
CMYK0.010.9100.65
HSL299.26º83.51%19.02%-
HSV(B)299.26º91.01%34.9%-
XYZ5.912.979.71-
YUV41.15155161.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=47.57%
G=4.32%
B=48.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888890.010.9100.65299.2683.5119.02
Hex5885915B04112b5413
Octal130101311133010145312423
Binary1011000100010110011101101101000001100101011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580859; }

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

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

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

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

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

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

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

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