#580157

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

Shades of Palatinate Purple #580157

Tints of Palatinate Purple #580157

Color information

#580157 (or 0x580157) is unknown color: approx Palatinate Purple. HEX triplet: 58, 01 and 57. RGB value is (88,1,87). Sum of RGB (Red+Green+Blue) = 88+1+87=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580157 is #A7FEA8. Grayscale: #242424. Windows color (decimal): -11009705 or 5701976. OLE color: 5701976.

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

Color convert

RGB88187-
CMYK00.990.010.65
HSL300.69º97.75%17.45%-
HSV(B)300.69º98.86%34.51%-
XYZ5.762.789.25-
YUV36.82156.32164.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=50%
G=0.57%
B=49.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8818700.990.010.65300.6997.7517.45
Hex5815706314112d6211
Octal13011270143110145514221
Binary1011000110101110110001111000001100101101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580157; }

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

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

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

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

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

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

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

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