#6E084D

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

Shades of Tyrian Purple #6E084D

Tints of Tyrian Purple #6E084D

Color information

#6E084D (or 0x6E084D) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 08 and 4D. RGB value is (110,8,77). Sum of RGB (Red+Green+Blue) = 110+8+77=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E084D is #91F7B2. Grayscale: #2E2E2E. Windows color (decimal): -9566131 or 5048430. OLE color: 5048430.

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

Color convert

RGB110877-
CMYK00.930.30.57
HSL319.41º86.44%23.14%-
HSV(B)319.41º92.73%43.14%-
XYZ7.864.027.38-
YUV46.36145.29173.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.41%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=56.41%
G=4.10%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11087700.930.30.57319.4186.4423.14
Hex6E84D05D1E3913f5617
Octal156101150135367147712627
Binary1101110100010011010101110111110111001100111111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,8,77); }

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

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

 a { background-color: rgb(110,8,77); }

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

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

 span { border-color: rgb(110,8,77); }

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