#580C53

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

Shades of Palatinate Purple #580C53

Tints of Palatinate Purple #580C53

Color information

#580C53 (or 0x580C53) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0C and 53. RGB value is (88,12,83). Sum of RGB (Red+Green+Blue) = 88+12+83=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #580C53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C53 is #A7F3AC. Grayscale: #2A2A2A. Windows color (decimal): -11006893 or 5442648. OLE color: 5442648.

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

Color convert

RGB881283-
CMYK00.860.060.65
HSL303.95º76%19.61%-
HSV(B)303.95º86.36%34.51%-
XYZ5.722.968.45-
YUV42.82150.68160.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=48.09%
G=6.56%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88128300.860.060.65303.957619.61
Hex58C530566411304c14
Octal130141230126610146011424
Binary101100011001010011010101101101000001100110000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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