#6E0841

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

Shades of Tyrian Purple #6E0841

Tints of Tyrian Purple #6E0841

Color information

#6E0841 (or 0x6E0841) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 08 and 41. RGB value is (110,8,65). Sum of RGB (Red+Green+Blue) = 110+8+65=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0841 is #91F7BE. Grayscale: #2C2C2C. Windows color (decimal): -9566143 or 4261998. OLE color: 4261998.

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

Color convert

RGB110865-
CMYK00.930.410.57
HSL326.47º86.44%23.14%-
HSV(B)326.47º92.73%43.14%-
XYZ7.473.875.35-
YUV45139.29174.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 60.11%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=60.11%
G=4.37%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11086500.930.410.57326.4786.4423.14
Hex6E84105D29391465617
Octal156101010135517150612627
Binary11011101000100000101011101101001111001101000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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