#580C54

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

Shades of Palatinate Purple #580C54

Tints of Palatinate Purple #580C54

Color information

#580C54 (or 0x580C54) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0C and 54. RGB value is (88,12,84). Sum of RGB (Red+Green+Blue) = 88+12+84=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #580C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C54 is #A7F3AB. Grayscale: #2A2A2A. Windows color (decimal): -11006892 or 5508184. OLE color: 5508184.

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

Color convert

RGB881284-
CMYK00.860.050.65
HSL303.16º76%19.61%-
HSV(B)303.16º86.36%34.51%-
XYZ5.762.988.66-
YUV42.93151.18160.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.83%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=47.83%
G=6.52%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88128400.860.050.65303.167619.61
Hex58C5405654112f4c14
Octal130141240126510145711424
Binary101100011001010100010101101011000001100101111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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