#6E1156

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

Shades of Palatinate Purple #6E1156

Tints of Palatinate Purple #6E1156

Color information

#6E1156 (or 0x6E1156) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 11 and 56. RGB value is (110,17,86). Sum of RGB (Red+Green+Blue) = 110+17+86=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1156 is #91EEA9. Grayscale: #343434. Windows color (decimal): -9563818 or 5640558. OLE color: 5640558.

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

Color convert

RGB1101786-
CMYK00.850.220.57
HSL315.48º73.23%24.9%-
HSV(B)315.48º84.55%43.14%-
XYZ8.314.399.21-
YUV52.67146.81168.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.64%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=51.64%
G=7.98%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110178600.850.220.57315.4873.2324.9
Hex6E1156055163913b4919
Octal156211260125267147311131
Binary11011101000110101100101010110110111001100111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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