#580855

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

Shades of Palatinate Purple #580855

Tints of Palatinate Purple #580855

Color information

#580855 (or 0x580855) is unknown color: approx Palatinate Purple. HEX triplet: 58, 08 and 55. RGB value is (88,8,85). Sum of RGB (Red+Green+Blue) = 88+8+85=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #580855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580855 is #A7F7AA. Grayscale: #282828. Windows color (decimal): -11007915 or 5572696. OLE color: 5572696.

HSL color Cylindrical-coordinate representation of color #580855: hue angle of 302.25º degrees, saturation: 0.83, 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 #580855 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB88885-
CMYK00.910.030.65
HSL302.25º83.33%18.82%-
HSV(B)302.25º90.91%34.51%-
XYZ5.752.98.85-
YUV40.7153161.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 8 (3.52% from 255) = 4.42%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=48.62%
G=4.42%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8888500.910.030.65302.2583.3318.82
Hex5885505B34112e5313
Octal130101250133310145612323
Binary10110001000101010101011011111000001100101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580855; }

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

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

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

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

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

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

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

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