#6E1164

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

Shades of Palatinate Purple #6E1164

Tints of Palatinate Purple #6E1164

Color information

#6E1164 (or 0x6E1164) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 11 and 64. RGB value is (110,17,100). Sum of RGB (Red+Green+Blue) = 110+17+100=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1164 is #91EE9B. Grayscale: #363636. Windows color (decimal): -9563804 or 6558062. OLE color: 6558062.

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

Color convert

RGB11017100-
CMYK00.850.090.57
HSL306.45º73.23%24.9%-
HSV(B)306.45º84.55%43.14%-
XYZ8.934.6412.48-
YUV54.27153.81167.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.46%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 100 (39.45% from 255) = 44.05%
R=48.46%
G=7.49%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101710000.850.090.57306.4573.2324.9
Hex6E11640559391324919
Octal156211440125117146211131
Binary1101110100011100100010101011001111001100110010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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