#6E034E

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

Shades of Tyrian Purple #6E034E

Tints of Tyrian Purple #6E034E

Color information

#6E034E (or 0x6E034E) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 03 and 4E. RGB value is (110,3,78). Sum of RGB (Red+Green+Blue) = 110+3+78=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E034E is #91FCB1. Grayscale: #2B2B2B. Windows color (decimal): -9567410 or 5112686. OLE color: 5112686.

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

Color convert

RGB110378-
CMYK00.970.290.57
HSL317.94º94.69%22.16%-
HSV(B)317.94º97.27%43.14%-
XYZ7.843.937.55-
YUV43.54147.45175.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 57.59%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=57.59%
G=1.57%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11037800.970.290.57317.9494.6922.16
Hex6E34E0611D3913e5f16
Octal15631160141357147613726
Binary11011101110011100110000111101111001100111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,3,78); }

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

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

 a { background-color: rgb(110,3,78); }

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

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

 span { border-color: rgb(110,3,78); }

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