#580661

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

Shades of Palatinate Purple #580661

Tints of Palatinate Purple #580661

Color information

#580661 (or 0x580661) is unknown color: approx Palatinate Purple. HEX triplet: 58, 06 and 61. RGB value is (88,6,97). Sum of RGB (Red+Green+Blue) = 88+6+97=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #580661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580661 is #A7F99E. Grayscale: #282828. Windows color (decimal): -11008415 or 6358616. OLE color: 6358616.

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

Color convert

RGB88697-
CMYK0.090.9400.62
HSL294.07º88.35%20.2%-
HSV(B)294.07º93.81%38.04%-
XYZ6.253.0711.57-
YUV40.89159.67161.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=46.07%
G=3.14%
B=50.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal886970.090.9400.62294.0788.3520.2
Hex5866195E03E1265814
Octal13061411113607644613024
Binary10110001101100001100110111100111110100100110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580661; }

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

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

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

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

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

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

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

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