#580857

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

Shades of Palatinate Purple #580857

Tints of Palatinate Purple #580857

Color information

#580857 (or 0x580857) is unknown color: approx Palatinate Purple. HEX triplet: 58, 08 and 57. RGB value is (88,8,87). Sum of RGB (Red+Green+Blue) = 88+8+87=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #580857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580857 is #A7F7A8. Grayscale: #282828. Windows color (decimal): -11007913 or 5703768. OLE color: 5703768.

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

Color convert

RGB88887-
CMYK00.910.010.65
HSL300.75º83.33%18.82%-
HSV(B)300.75º90.91%34.51%-
XYZ5.832.949.28-
YUV40.93154161.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=48.09%
G=4.37%
B=47.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8888700.910.010.65300.7583.3318.82
Hex5885705B14112d5313
Octal130101270133110145512323
Binary1011000100010101110101101111000001100101101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580857; }

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

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

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

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

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

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

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

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