#6E1158

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

Shades of Palatinate Purple #6E1158

Tints of Palatinate Purple #6E1158

Color information

#6E1158 (or 0x6E1158) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 11 and 58. RGB value is (110,17,88). Sum of RGB (Red+Green+Blue) = 110+17+88=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1158 is #91EEA7. Grayscale: #343434. Windows color (decimal): -9563816 or 5771630. OLE color: 5771630.

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

Color convert

RGB1101788-
CMYK00.850.20.57
HSL314.19º73.23%24.9%-
HSV(B)314.19º84.55%43.14%-
XYZ8.394.429.64-
YUV52.9147.81168.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.16%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 88 (34.77% from 255) = 40.93%
R=51.16%
G=7.91%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110178800.850.20.57314.1973.2324.9
Hex6E1158055143913a4919
Octal156211300125247147211131
Binary11011101000110110000101010110100111001100111010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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