#6E0973

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

Shades of Purple #6E0973

Tints of Purple #6E0973

Color information

#6E0973 (or 0x6E0973) is unknown color: approx Purple. HEX triplet: 6E, 09 and 73. RGB value is (110,9,115). Sum of RGB (Red+Green+Blue) = 110+9+115=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E0973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0973 is #91F68C. Grayscale: #323232. Windows color (decimal): -9565837 or 7539054. OLE color: 7539054.

HSL color Cylindrical-coordinate representation of color #6E0973: hue angle of 297.17º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E0973 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1109115-
CMYK0.040.9200.55
HSL297.17º85.48%24.31%-
HSV(B)297.17º92.17%45.1%-
XYZ9.624.7516.63-
YUV51.28163.96169.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.01%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=47.01%
G=3.85%
B=49.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11091150.040.9200.55297.1785.4824.31
Hex6E97345C0371295518
Octal15611163413406745112530
Binary11011101001111001110010111000110111100101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,9,115); }

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

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

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

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

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

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

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