#6E1373

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

Shades of Purple #6E1373

Tints of Purple #6E1373

Color information

#6E1373 (or 0x6E1373) is unknown color: approx Purple. HEX triplet: 6E, 13 and 73. RGB value is (110,19,115). Sum of RGB (Red+Green+Blue) = 110+19+115=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E1373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1373 is #91EC8C. Grayscale: #383838. Windows color (decimal): -9563277 or 7541614. OLE color: 7541614.

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

Color convert

RGB11019115-
CMYK0.040.8300.55
HSL296.88º71.64%26.27%-
HSV(B)296.88º83.48%45.1%-
XYZ9.765.0216.67-
YUV57.15160.65165.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.08%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=45.08%
G=7.79%
B=47.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110191150.040.8300.55296.8871.6426.27
Hex6E1373453037129481a
Octal15623163412306745111032
Binary110111010011111001110010100110110111100101001100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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