#6E0476

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

Shades of Purple #6E0476

Tints of Purple #6E0476

Color information

#6E0476 (or 0x6E0476) is unknown color: approx Purple. HEX triplet: 6E, 04 and 76. RGB value is (110,4,118). Sum of RGB (Red+Green+Blue) = 110+4+118=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E0476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0476 is #91FB89. Grayscale: #303030. Windows color (decimal): -9567114 or 7734382. OLE color: 7734382.

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

Color convert

RGB1104118-
CMYK0.070.9700.54
HSL295.79º93.44%23.92%-
HSV(B)295.79º96.61%46.27%-
XYZ9.744.7117.54-
YUV48.69167.12171.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.41%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=47.41%
G=1.72%
B=50.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11041180.070.9700.54295.7993.4423.92
Hex6E4767610361285d18
Octal1564166714106645013530
Binary1101110100111011011111000010110110100101000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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