#580C50

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

Shades of Palatinate Purple #580C50

Tints of Palatinate Purple #580C50

Color information

#580C50 (or 0x580C50) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0C and 50. RGB value is (88,12,80). Sum of RGB (Red+Green+Blue) = 88+12+80=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #580C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C50 is #A7F3AF. Grayscale: #2A2A2A. Windows color (decimal): -11006896 or 5246040. OLE color: 5246040.

HSL color Cylindrical-coordinate representation of color #580C50: hue angle of 306.32º 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 #580C50 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB881280-
CMYK00.860.090.65
HSL306.32º76%19.61%-
HSV(B)306.32º86.36%34.51%-
XYZ5.62.927.86-
YUV42.48149.18160.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 12 (5.08% from 255) = 6.67%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=48.89%
G=6.67%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88128000.860.090.65306.327619.61
Hex58C500569411324c14
Octal1301412001261110146211424
Binary1011000110010100000101011010011000001100110010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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