#6E0646

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

Shades of Tyrian Purple #6E0646

Tints of Tyrian Purple #6E0646

Color information

#6E0646 (or 0x6E0646) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 06 and 46. RGB value is (110,6,70). Sum of RGB (Red+Green+Blue) = 110+6+70=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0646 is #91F9B9. Grayscale: #2C2C2C. Windows color (decimal): -9566650 or 4589166. OLE color: 4589166.

HSL color Cylindrical-coordinate representation of color #6E0646: hue angle of 323.08º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0646 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB110670-
CMYK00.950.360.57
HSL323.08º89.66%22.75%-
HSV(B)323.08º94.55%43.14%-
XYZ7.63.896.14-
YUV44.39142.46174.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 59.14%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=59.14%
G=3.23%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11067000.950.360.57323.0889.6622.75
Hex6E64605F24391435a17
Octal15661060137447150313227
Binary1101110110100011001011111100100111001101000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,6,70); }

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

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

 a { background-color: rgb(110,6,70); }

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

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

 span { border-color: rgb(110,6,70); }

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