#66106C

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

Shades of Palatinate Purple #66106C

Tints of Palatinate Purple #66106C

Color information

#66106C (or 0x66106C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 10 and 6C. RGB value is (102,16,108). Sum of RGB (Red+Green+Blue) = 102+16+108=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #66106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66106C is #99EF93. Grayscale: #333333. Windows color (decimal): -10088340 or 7082086. OLE color: 7082086.

HSL color Cylindrical-coordinate representation of color #66106C: hue angle of 296.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66106C is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10216108-
CMYK0.060.8500.58
HSL296.09º74.19%24.31%-
HSV(B)296.09º85.19%42.35%-
XYZ8.374.2814.57-
YUV52.2159.49163.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 16 (6.64% from 255) = 7.08%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=45.13%
G=7.08%
B=47.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102161080.060.8500.58296.0974.1924.31
Hex66106C65503A1284a18
Octal14620154612507245011230
Binary110011010000110110011010101010111010100101000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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