#580E4F

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

Shades of Palatinate Purple #580E4F

Tints of Palatinate Purple #580E4F

Color information

#580E4F (or 0x580E4F) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0E and 4F. RGB value is (88,14,79). Sum of RGB (Red+Green+Blue) = 88+14+79=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #580E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E4F is #A7F1B0. Grayscale: #2B2B2B. Windows color (decimal): -11006385 or 5181016. OLE color: 5181016.

HSL color Cylindrical-coordinate representation of color #580E4F: hue angle of 307.3º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E4F is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB881479-
CMYK00.840.100.65
HSL307.3º72.55%20%-
HSV(B)307.3º84.09%34.51%-
XYZ5.592.957.67-
YUV43.54148.02159.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 79 (31.25% from 255) = 43.65%
R=48.62%
G=7.73%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88147900.840.100.65307.372.5520
Hex58E4F054A411334914
Octal1301611701241210146311124
Binary1011000111010011110101010010101000001100110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580E4F; }

 p { color: rgb(88,14,79); }

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

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

 a { background-color: rgb(88,14,79); }

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

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

 span { border-color: rgb(88,14,79); }

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