#580255

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

Shades of Palatinate Purple #580255

Tints of Palatinate Purple #580255

Color information

#580255 (or 0x580255) is unknown color: approx Palatinate Purple. HEX triplet: 58, 02 and 55. RGB value is (88,2,85). Sum of RGB (Red+Green+Blue) = 88+2+85=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #580255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580255 is #A7FDAA. Grayscale: #242424. Windows color (decimal): -11009451 or 5571160. OLE color: 5571160.

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

Color convert

RGB88285-
CMYK00.980.030.65
HSL302.09º95.56%17.65%-
HSV(B)302.09º97.73%34.51%-
XYZ5.692.778.83-
YUV37.18154.99164.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=50.29%
G=1.14%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8828500.980.030.65302.0995.5617.65
Hex5825506234112e6012
Octal13021250142310145614022
Binary101100010101010101100010111000001100101110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580255; }

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

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

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

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

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

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

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

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