#6E0347

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

Shades of Tyrian Purple #6E0347

Tints of Tyrian Purple #6E0347

Color information

#6E0347 (or 0x6E0347) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 03 and 47. RGB value is (110,3,71). Sum of RGB (Red+Green+Blue) = 110+3+71=184 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.78% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0347 is #91FCB8. Grayscale: #2A2A2A. Windows color (decimal): -9567417 or 4653934. OLE color: 4653934.

HSL color Cylindrical-coordinate representation of color #6E0347: hue angle of 321.87º 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 #6E0347 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB110371-
CMYK00.970.350.57
HSL321.87º94.69%22.16%-
HSV(B)321.87º97.27%43.14%-
XYZ7.63.846.3-
YUV42.74143.95175.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 59.78%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=59.78%
G=1.63%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11037100.970.350.57321.8794.6922.16
Hex6E34706123391425f16
Octal15631070141437150213726
Binary110111011100011101100001100011111001101000010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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