#6E1078

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

Shades of Purple #6E1078

Tints of Purple #6E1078

Color information

#6E1078 (or 0x6E1078) is unknown color: approx Purple. HEX triplet: 6E, 10 and 78. RGB value is (110,16,120). Sum of RGB (Red+Green+Blue) = 110+16+120=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E1078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1078 is #91EF87. Grayscale: #373737. Windows color (decimal): -9564040 or 7868526. OLE color: 7868526.

HSL color Cylindrical-coordinate representation of color #6E1078: hue angle of 294.23º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E1078 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11016120-
CMYK0.080.8700.53
HSL294.23º76.47%26.67%-
HSV(B)294.23º86.67%47.06%-
XYZ10.015.0418.22-
YUV55.96164.14166.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.72%
GREEN value IS 16 (6.64% from 255) = 6.50%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=44.72%
G=6.50%
B=48.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110161200.080.8700.53294.2376.4726.67
Hex6E10788570351264c1b
Octal156201701012706544611433
Binary1101110100001111000100010101110110101100100110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,16,120); }

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

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

 a { background-color: rgb(110,16,120); }

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

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

 span { border-color: rgb(110,16,120); }

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