#6E0673

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

Shades of Purple #6E0673

Tints of Purple #6E0673

Color information

#6E0673 (or 0x6E0673) is unknown color: approx Purple. HEX triplet: 6E, 06 and 73. RGB value is (110,6,115). Sum of RGB (Red+Green+Blue) = 110+6+115=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E0673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0673 is #91F98C. Grayscale: #313131. Windows color (decimal): -9566605 or 7538286. OLE color: 7538286.

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

Color convert

RGB1106115-
CMYK0.040.9500.55
HSL297.25º90.08%23.73%-
HSV(B)297.25º94.78%45.1%-
XYZ9.594.6816.62-
YUV49.52164.96171.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.62%
GREEN value IS 6 (2.73% from 255) = 2.60%
BLUE value IS 115 (45.31% from 255) = 49.78%
R=47.62%
G=2.60%
B=49.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11061150.040.9500.55297.2590.0823.73
Hex6E67345F0371295a18
Octal1566163413706745113230
Binary1101110110111001110010111110110111100101001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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