#6E016C

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

Shades of Purple #6E016C

Tints of Purple #6E016C

Color information

#6E016C (or 0x6E016C) is unknown color: approx Purple. HEX triplet: 6E, 01 and 6C. RGB value is (110,1,108). Sum of RGB (Red+Green+Blue) = 110+1+108=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E016C is #91FE93. Grayscale: #2D2D2D. Windows color (decimal): -9567892 or 7078254. OLE color: 7078254.

HSL color Cylindrical-coordinate representation of color #6E016C: hue angle of 301.1º 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 #6E016C is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB1101108-
CMYK00.990.020.57
HSL301.1º98.2%21.76%-
HSV(B)301.1º99.09%43.14%-
XYZ9.154.4214.56-
YUV45.79163.11173.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.23%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=50.23%
G=0.46%
B=49.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110110800.990.020.57301.198.221.76
Hex6E16C06323912d6216
Octal1561154014327145514226
Binary1101110111011000110001110111001100101101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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