#6E0160

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

Shades of Purple #6E0160

Tints of Purple #6E0160

Color information

#6E0160 (or 0x6E0160) is unknown color: approx Purple. HEX triplet: 6E, 01 and 60. RGB value is (110,1,96). Sum of RGB (Red+Green+Blue) = 110+1+96=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0160 is #91FE9F. Grayscale: #2C2C2C. Windows color (decimal): -9567904 or 6291822. OLE color: 6291822.

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

Color convert

RGB110196-
CMYK00.990.130.57
HSL307.71º98.2%21.76%-
HSV(B)307.71º99.09%43.14%-
XYZ8.554.1811.42-
YUV44.42157.11174.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.14%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=53.14%
G=0.48%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11019600.990.130.57307.7198.221.76
Hex6E160063D391346216
Octal15611400143157146414226
Binary110111011100000011000111101111001100110100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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