#580657

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

Shades of Palatinate Purple #580657

Tints of Palatinate Purple #580657

Color information

#580657 (or 0x580657) is unknown color: approx Palatinate Purple. HEX triplet: 58, 06 and 57. RGB value is (88,6,87). Sum of RGB (Red+Green+Blue) = 88+6+87=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #580657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580657 is #A7F9A8. Grayscale: #272727. Windows color (decimal): -11008425 or 5703256. OLE color: 5703256.

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

Color convert

RGB88687-
CMYK00.930.010.65
HSL300.73º87.23%18.43%-
HSV(B)300.73º93.18%34.51%-
XYZ5.812.899.27-
YUV39.75154.67162.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=48.62%
G=3.31%
B=48.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8868700.930.010.65300.7387.2318.43
Hex5865705D14112d5712
Octal13061270135110145512722
Binary101100011010101110101110111000001100101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580657; }

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

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

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

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

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

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

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

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