#66106E

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

Shades of Palatinate Purple #66106E

Tints of Palatinate Purple #66106E

Color information

#66106E (or 0x66106E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 10 and 6E. RGB value is (102,16,110). Sum of RGB (Red+Green+Blue) = 102+16+110=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #66106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66106E is #99EF91. Grayscale: #343434. Windows color (decimal): -10088338 or 7213158. OLE color: 7213158.

HSL color Cylindrical-coordinate representation of color #66106E: hue angle of 294.89º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66106E is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10216110-
CMYK0.070.8500.57
HSL294.89º74.6%24.71%-
HSV(B)294.89º85.45%43.14%-
XYZ8.484.3215.14-
YUV52.43160.49163.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 16 (6.64% from 255) = 7.02%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=44.74%
G=7.02%
B=48.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102161100.070.8500.57294.8974.624.71
Hex66106E7550391274b19
Octal14620156712507144711331
Binary110011010000110111011110101010111001100100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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