#6E0076

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

Shades of Purple #6E0076

Tints of Purple #6E0076

Color information

#6E0076 (or 0x6E0076) is unknown color: approx Purple. HEX triplet: 6E, 00 and 76. RGB value is (110,0,118). Sum of RGB (Red+Green+Blue) = 110+0+118=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E0076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0076 is #91FF89. Grayscale: #2D2D2D. Windows color (decimal): -9568138 or 7733358. OLE color: 7733358.

HSL color Cylindrical-coordinate representation of color #6E0076: hue angle of 295.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0076 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1100118-
CMYK0.07100.54
HSL295.93º100%23.14%-
HSV(B)295.93º100%46.27%-
XYZ9.74.6217.52-
YUV46.34168.44173.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=48.25%
G=0%
B=51.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11001180.07100.54295.9310023.14
Hex6E0767640361286417
Octal1560166714406645014427
Binary11011100111011011111001000110110100101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,118); }

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

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

 a { background-color: rgb(110,0,118); }

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

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

 span { border-color: rgb(110,0,118); }

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