#681166

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

Shades of Palatinate Purple #681166

Tints of Palatinate Purple #681166

Color information

#681166 (or 0x681166) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 66. RGB value is (104,17,102). Sum of RGB (Red+Green+Blue) = 104+17+102=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #681166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681166 is #97EE99. Grayscale: #343434. Windows color (decimal): -9957018 or 6689128. OLE color: 6689128.

HSL color Cylindrical-coordinate representation of color #681166: hue angle of 301.38º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681166 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10417102-
CMYK00.840.020.59
HSL301.38º71.9%23.73%-
HSV(B)301.38º83.65%40.78%-
XYZ8.314.312.96-
YUV52.7155.82164.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=46.64%
G=7.62%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041710200.840.020.59301.3871.923.73
Hex68116605423B12d4818
Octal15021146012427345511030
Binary11010001000111001100101010010111011100101101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681166; }

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

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

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

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

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

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

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

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