#601656

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

Shades of Palatinate Purple #601656

Tints of Palatinate Purple #601656

Color information

#601656 (or 0x601656) is unknown color: approx Palatinate Purple. HEX triplet: 60, 16 and 56. RGB value is (96,22,86). Sum of RGB (Red+Green+Blue) = 96+22+86=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #601656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601656 is #9FE9A9. Grayscale: #333333. Windows color (decimal): -10480042 or 5641824. OLE color: 5641824.

HSL color Cylindrical-coordinate representation of color #601656: hue angle of 308.11º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601656 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB962286-
CMYK00.770.100.62
HSL308.11º62.71%23.14%-
HSV(B)308.11º77.08%37.65%-
XYZ6.793.739.17-
YUV51.42147.52159.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 22 (8.98% from 255) = 10.78%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=47.06%
G=10.78%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96228600.770.100.62308.1162.7123.14
Hex60165604DA3E1343f17
Octal14026126011512764647727
Binary110000010110101011001001101101011111010011010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601656; }

 p { color: rgb(96,22,86); }

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

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

 a { background-color: rgb(96,22,86); }

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

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

 span { border-color: rgb(96,22,86); }

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