#601661

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

Shades of Palatinate Purple #601661

Tints of Palatinate Purple #601661

Color information

#601661 (or 0x601661) is unknown color: approx Palatinate Purple. HEX triplet: 60, 16 and 61. RGB value is (96,22,97). Sum of RGB (Red+Green+Blue) = 96+22+97=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #601661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601661 is #9FE99E. Grayscale: #343434. Windows color (decimal): -10480031 or 6362720. OLE color: 6362720.

HSL color Cylindrical-coordinate representation of color #601661: hue angle of 299.2º 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 #601661 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB962297-
CMYK0.010.7700.62
HSL299.2º63.03%23.33%-
HSV(B)299.2º77.32%38.04%-
XYZ7.273.9211.68-
YUV52.68153.02158.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=44.65%
G=10.23%
B=45.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9622970.010.7700.62299.263.0323.33
Hex60166114D03E12b3f17
Octal1402614111150764537727
Binary110000010110110000111001101011111010010101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601661; }

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

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

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

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

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

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

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

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