#6E115E

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

Shades of Palatinate Purple #6E115E

Tints of Palatinate Purple #6E115E

Color information

#6E115E (or 0x6E115E) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 11 and 5E. RGB value is (110,17,94). Sum of RGB (Red+Green+Blue) = 110+17+94=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E115E is #91EEA1. Grayscale: #353535. Windows color (decimal): -9563810 or 6164846. OLE color: 6164846.

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

Color convert

RGB1101794-
CMYK00.850.150.57
HSL310.32º73.23%24.9%-
HSV(B)310.32º84.55%43.14%-
XYZ8.654.5211.01-
YUV53.58150.81168.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.77%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=49.77%
G=7.69%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110179400.850.150.57310.3273.2324.9
Hex6E115E055F391364919
Octal156211360125177146611131
Binary1101110100011011110010101011111111001100110110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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