#601166

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

Shades of Palatinate Purple #601166

Tints of Palatinate Purple #601166

Color information

#601166 (or 0x601166) is unknown color: approx Palatinate Purple. HEX triplet: 60, 11 and 66. RGB value is (96,17,102). Sum of RGB (Red+Green+Blue) = 96+17+102=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #601166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601166 is #9FEE99. Grayscale: #323232. Windows color (decimal): -10481306 or 6689120. OLE color: 6689120.

HSL color Cylindrical-coordinate representation of color #601166: hue angle of 295.76º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601166 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9617102-
CMYK0.060.8300.6
HSL295.76º71.43%23.33%-
HSV(B)295.76º83.33%40%-
XYZ7.423.8512.92-
YUV50.31157.17160.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=44.65%
G=7.91%
B=47.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96171020.060.8300.6295.7671.4323.33
Hex60116665303C1284717
Octal14021146612307445010727
Binary110000010001110011011010100110111100100101000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601166; }

 p { color: rgb(96,17,102); }

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

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

 a { background-color: rgb(96,17,102); }

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

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

 span { border-color: rgb(96,17,102); }

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