#66166C

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

Shades of Palatinate Purple #66166C

Tints of Palatinate Purple #66166C

Color information

#66166C (or 0x66166C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 16 and 6C. RGB value is (102,22,108). Sum of RGB (Red+Green+Blue) = 102+22+108=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #66166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66166C is #99E993. Grayscale: #373737. Windows color (decimal): -10086804 or 7083622. OLE color: 7083622.

HSL color Cylindrical-coordinate representation of color #66166C: hue angle of 295.81º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66166C is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10222108-
CMYK0.060.8000.58
HSL295.81º66.15%25.49%-
HSV(B)295.81º79.63%42.35%-
XYZ8.474.4814.61-
YUV55.72157.5161.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=43.97%
G=9.48%
B=46.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102221080.060.8000.58295.8166.1525.49
Hex66166C65003A1284219
Octal14626154612007245010231
Binary110011010110110110011010100000111010100101000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66166C; }

 p { color: rgb(102,22,108); }

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

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

 a { background-color: rgb(102,22,108); }

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

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

 span { border-color: rgb(102,22,108); }

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