#580554

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

Shades of Palatinate Purple #580554

Tints of Palatinate Purple #580554

Color information

#580554 (or 0x580554) is unknown color: approx Palatinate Purple. HEX triplet: 58, 05 and 54. RGB value is (88,5,84). Sum of RGB (Red+Green+Blue) = 88+5+84=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #580554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580554 is #A7FAAB. Grayscale: #262626. Windows color (decimal): -11008684 or 5506392. OLE color: 5506392.

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

Color convert

RGB88584-
CMYK00.940.050.65
HSL302.89º89.25%18.24%-
HSV(B)302.89º94.32%34.51%-
XYZ5.682.828.63-
YUV38.82153.5163.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 84 (33.20% from 255) = 47.46%
R=49.72%
G=2.82%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8858400.940.050.65302.8989.2518.24
Hex5855405E54112f5912
Octal13051240136510145713122
Binary10110001011010100010111101011000001100101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580554; }

 p { color: rgb(88,5,84); }

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

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

 a { background-color: rgb(88,5,84); }

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

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

 span { border-color: rgb(88,5,84); }

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