#6E106E

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

Shades of Purple #6E106E

Tints of Purple #6E106E

Color information

#6E106E (or 0x6E106E) is unknown color: approx Purple. HEX triplet: 6E, 10 and 6E. RGB value is (110,16,110). Sum of RGB (Red+Green+Blue) = 110+16+110=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E106E is #91EF91. Grayscale: #363636. Windows color (decimal): -9564050 or 7213166. OLE color: 7213166.

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

Color convert

RGB11016110-
CMYK00.8500.57
HSL300º74.6%24.71%-
HSV(B)300º85.45%43.14%-
XYZ9.434.8115.18-
YUV54.82159.14167.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.61%
GREEN value IS 16 (6.64% from 255) = 6.78%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=46.61%
G=6.78%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101611000.8500.5730074.624.71
Hex6E106E05503912c4b19
Octal15620156012507145411331
Binary1101110100001101110010101010111001100101100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,16,110); }

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

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

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

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

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

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

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