#6E1166

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

Shades of Palatinate Purple #6E1166

Tints of Palatinate Purple #6E1166

Color information

#6E1166 (or 0x6E1166) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 11 and 66. RGB value is (110,17,102). Sum of RGB (Red+Green+Blue) = 110+17+102=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1166 is #91EE99. Grayscale: #363636. Windows color (decimal): -9563802 or 6689134. OLE color: 6689134.

HSL color Cylindrical-coordinate representation of color #6E1166: hue angle of 305.16º degrees, saturation: 0.73, 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 #6E1166 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB11017102-
CMYK00.850.070.57
HSL305.16º73.23%24.9%-
HSV(B)305.16º84.55%43.14%-
XYZ9.034.6813-
YUV54.5154.81167.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.03%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=48.03%
G=7.42%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101710200.850.070.57305.1673.2324.9
Hex6E11660557391314919
Octal15621146012577146111131
Binary110111010001110011001010101111111001100110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E1166; }

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

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

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

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

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

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

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

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