#6E116C

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

Shades of Palatinate Purple #6E116C

Tints of Palatinate Purple #6E116C

Color information

#6E116C (or 0x6E116C) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 11 and 6C. RGB value is (110,17,108). Sum of RGB (Red+Green+Blue) = 110+17+108=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E116C is #91EE93. Grayscale: #363636. Windows color (decimal): -9563796 or 7082350. OLE color: 7082350.

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

Color convert

RGB11017108-
CMYK00.850.020.57
HSL301.29º73.23%24.9%-
HSV(B)301.29º84.55%43.14%-
XYZ9.344.814.62-
YUV55.18157.81167.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.81%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=46.81%
G=7.23%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101710800.850.020.57301.2973.2324.9
Hex6E116C05523912d4919
Octal15621154012527145511131
Binary11011101000111011000101010110111001100101101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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