#580C61

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

Shades of Palatinate Purple #580C61

Tints of Palatinate Purple #580C61

Color information

#580C61 (or 0x580C61) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0C and 61. RGB value is (88,12,97). Sum of RGB (Red+Green+Blue) = 88+12+97=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #580C61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C61 is #A7F39E. Grayscale: #2C2C2C. Windows color (decimal): -11006879 or 6360152. OLE color: 6360152.

HSL color Cylindrical-coordinate representation of color #580C61: hue angle of 293.65º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580C61 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB881297-
CMYK0.090.8800.62
HSL293.65º77.98%21.37%-
HSV(B)293.65º87.63%38.04%-
XYZ6.313.211.59-
YUV44.41157.68159.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=44.67%
G=6.09%
B=49.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8812970.090.8800.62293.6577.9821.37
Hex58C6195803E1264e15
Octal130141411113007644611625
Binary101100011001100001100110110000111110100100110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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