#580260

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

Shades of Palatinate Purple #580260

Tints of Palatinate Purple #580260

Color information

#580260 (or 0x580260) is unknown color: approx Palatinate Purple. HEX triplet: 58, 02 and 60. RGB value is (88,2,96). Sum of RGB (Red+Green+Blue) = 88+2+96=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #580260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580260 is #A7FD9F. Grayscale: #262626. Windows color (decimal): -11009440 or 6292056. OLE color: 6292056.

HSL color Cylindrical-coordinate representation of color #580260: hue angle of 294.89º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580260 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB88296-
CMYK0.080.9800.62
HSL294.89º95.92%19.22%-
HSV(B)294.89º97.92%37.65%-
XYZ6.162.9611.31-
YUV38.43160.49163.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=47.31%
G=1.08%
B=51.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal882960.080.9800.62294.8995.9219.22
Hex5826086203E1276013
Octal13021401014207644714023
Binary1011000101100000100011000100111110100100111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580260; }

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

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

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

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

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

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

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

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