#580257

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

Shades of Palatinate Purple #580257

Tints of Palatinate Purple #580257

Color information

#580257 (or 0x580257) is unknown color: approx Palatinate Purple. HEX triplet: 58, 02 and 57. RGB value is (88,2,87). Sum of RGB (Red+Green+Blue) = 88+2+87=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #580257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580257 is #A7FDA8. Grayscale: #252525. Windows color (decimal): -11009449 or 5702232. OLE color: 5702232.

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

Color convert

RGB88287-
CMYK00.980.010.65
HSL300.7º95.56%17.65%-
HSV(B)300.7º97.73%34.51%-
XYZ5.772.819.25-
YUV37.4155.99164.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=49.72%
G=1.13%
B=49.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8828700.980.010.65300.795.5617.65
Hex5825706214112d6012
Octal13021270142110145514022
Binary10110001010101110110001011000001100101101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580257; }

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

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

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

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

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

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

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

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