#6E0576

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

Shades of Purple #6E0576

Tints of Purple #6E0576

Color information

#6E0576 (or 0x6E0576) is unknown color: approx Purple. HEX triplet: 6E, 05 and 76. RGB value is (110,5,118). Sum of RGB (Red+Green+Blue) = 110+5+118=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E0576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0576 is #91FA89. Grayscale: #303030. Windows color (decimal): -9566858 or 7734638. OLE color: 7734638.

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

Color convert

RGB1105118-
CMYK0.070.9600.54
HSL295.75º91.87%24.12%-
HSV(B)295.75º95.76%46.27%-
XYZ9.754.7317.54-
YUV49.28166.79171.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.21%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=47.21%
G=2.15%
B=50.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11051180.070.9600.54295.7591.8724.12
Hex6E5767600361285c18
Octal1565166714006645013430
Binary1101110101111011011111000000110110100101000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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