#66106B

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

Shades of Palatinate Purple #66106B

Tints of Palatinate Purple #66106B

Color information

#66106B (or 0x66106B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 10 and 6B. RGB value is (102,16,107). Sum of RGB (Red+Green+Blue) = 102+16+107=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #66106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66106B is #99EF94. Grayscale: #333333. Windows color (decimal): -10088341 or 7016550. OLE color: 7016550.

HSL color Cylindrical-coordinate representation of color #66106B: hue angle of 296.7º 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 #66106B is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10216107-
CMYK0.050.8500.58
HSL296.7º73.98%24.12%-
HSV(B)296.7º85.05%41.96%-
XYZ8.324.2614.29-
YUV52.09158.99163.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=45.33%
G=7.11%
B=47.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102161070.050.8500.58296.773.9824.12
Hex66106B55503A1294a18
Octal14620153512507245111230
Binary110011010000110101110110101010111010100101001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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