Shades of Tyrian Purple #6E083B
Tints of Tyrian Purple #6E083B
RGB
CMYK
RGB Variations
Color information
#6E083B (or 0x6E083B) is known color: Tyrian Purple. HEX triplet: 6E, 08 and 3B. RGB value is (110,8,59). Sum of RGB (Red+Green+Blue) = 110+8+59=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E083B is #91F7C4. Grayscale: #2C2C2C. Windows color (decimal): -9566149 or 3868782. OLE color: 3868782.
HSL color Cylindrical-coordinate representation of color #6E083B: hue angle of 330º 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 #6E083B is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 8 | 59 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.57 |
| HSL | 330º | 0.86% | 0.23% | - |
| HSV(B) | 330º | 0.93% | 0.43% | - |
| XYZ | 7.31 | 3.8 | 4.49 | - |
| YUV | 44.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 59 | 0 | 0.93 | 0.46 | 0.57 | 330 | 0.86 | 0.23 |
| Hex | 6E | 8 | 3B | 0 | 5D | 2E | 39 | 14A | 56 | 17 |
| Octal | 156 | 10 | 73 | 0 | 135 | 56 | 71 | 512 | 126 | 27 |
| Binary | 1101110 | 1000 | 111011 | 0 | 1011101 | 101110 | 111001 | 101001010 | 1010110 | 10111 |
Color Harmonies of #6E083B
Complementary color
Monochromatic Colors of #6E083B
Black with #6E083B
Text Example
Text Example
White with #6E083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E083B; }
p { color: rgb(110,8,59); }
H1.HeaderClassName
{
color: #6E083B;
}
.AnyTagClassName
{
color: #6E083B;
}
</style>
background-color css
<style>
a { background-color: #6E083B; }
a { background-color: rgb(110,8,59); }
div.DivClassName
{
background-color: #6E083B;
}
.BgClassName
{
background-color: #6E083B;
}
</style>
border-color css
<style>
span { border-color: #6E083B; }
span { border-color: rgb(110,8,59); }
td.TdClassName
{
border-color: #6E083B;
}
.TagClassName
{
border-color: #6E083B;
}
</style>