#6E1170

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

Shades of Purple #6E1170

Tints of Purple #6E1170

Color information

#6E1170 (or 0x6E1170) is unknown color: approx Purple. HEX triplet: 6E, 11 and 70. RGB value is (110,17,112). Sum of RGB (Red+Green+Blue) = 110+17+112=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E1170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1170 is #91EE8F. Grayscale: #373737. Windows color (decimal): -9563792 or 7344494. OLE color: 7344494.

HSL color Cylindrical-coordinate representation of color #6E1170: hue angle of 298.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1170 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11017112-
CMYK0.020.8500.56
HSL298.74º73.64%25.29%-
HSV(B)298.74º84.82%43.92%-
XYZ9.564.8915.77-
YUV55.64159.81166.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.03%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=46.03%
G=7.11%
B=46.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110171120.020.8500.56298.7473.6425.29
Hex6E117025503812b4a19
Octal15621160212507045311231
Binary11011101000111100001010101010111000100101011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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