#6E0171

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

Shades of Purple #6E0171

Tints of Purple #6E0171

Color information

#6E0171 (or 0x6E0171) is unknown color: approx Purple. HEX triplet: 6E, 01 and 71. RGB value is (110,1,113). Sum of RGB (Red+Green+Blue) = 110+1+113=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E0171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0171 is #91FE8E. Grayscale: #2E2E2E. Windows color (decimal): -9567887 or 7405934. OLE color: 7405934.

HSL color Cylindrical-coordinate representation of color #6E0171: hue angle of 298.39º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0171 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1101113-
CMYK0.030.9900.56
HSL298.39º98.25%22.35%-
HSV(B)298.39º99.12%44.31%-
XYZ9.424.5316-
YUV46.36165.61173.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.11%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=49.11%
G=0.45%
B=50.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11011130.030.9900.56298.3998.2522.35
Hex6E17136303812a6216
Octal1561161314307045214226
Binary1101110111100011111000110111000100101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,1,113); }

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

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

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

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

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

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

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