#6E0E75

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

Shades of Purple #6E0E75

Tints of Purple #6E0E75

Color information

#6E0E75 (or 0x6E0E75) is unknown color: approx Purple. HEX triplet: 6E, 0E and 75. RGB value is (110,14,117). Sum of RGB (Red+Green+Blue) = 110+14+117=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E0E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0E75 is #91F18A. Grayscale: #363636. Windows color (decimal): -9564555 or 7671406. OLE color: 7671406.

HSL color Cylindrical-coordinate representation of color #6E0E75: hue angle of 295.92º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0E75 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11014117-
CMYK0.060.8800.54
HSL295.92º78.63%25.69%-
HSV(B)295.92º88.03%45.88%-
XYZ9.84.9117.26-
YUV54.45163.3167.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.64%
GREEN value IS 14 (5.86% from 255) = 5.81%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=45.64%
G=5.81%
B=48.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110141170.060.8800.54295.9278.6325.69
Hex6EE756580361284f1a
Octal15616165613006645011732
Binary11011101110111010111010110000110110100101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,14,117); }

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

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

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

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

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

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

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