Shades of Tyrian Purple #6E0B43
Tints of Tyrian Purple #6E0B43
RGB
CMYK
RGB Variations
Color information
#6E0B43 (or 0x6E0B43) is known color: Tyrian Purple. HEX triplet: 6E, 0B and 43. RGB value is (110,11,67). Sum of RGB (Red+Green+Blue) = 110+11+67=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0B43 is #91F4BC. Grayscale: #2E2E2E. Windows color (decimal): -9565373 or 4393838. OLE color: 4393838.
HSL color Cylindrical-coordinate representation of color #6E0B43: hue angle of 326.06º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0B43 is Cyan = 0, Magento = 0.9, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 11 | 67 | - |
| CMYK | 0 | 0.9 | 0.39 | 0.57 |
| HSL | 326.06º | 0.82% | 0.24% | - |
| HSV(B) | 326.06º | 0.9% | 0.43% | - |
| XYZ | 7.56 | 3.96 | 5.68 | - |
| YUV | 46.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 67 | 0 | 0.9 | 0.39 | 0.57 | 326.06 | 0.82 | 0.24 |
| Hex | 6E | B | 43 | 0 | 5A | 27 | 39 | 146 | 52 | 18 |
| Octal | 156 | 13 | 103 | 0 | 132 | 47 | 71 | 506 | 122 | 30 |
| Binary | 1101110 | 1011 | 1000011 | 0 | 1011010 | 100111 | 111001 | 101000110 | 1010010 | 11000 |
Color Harmonies of #6E0B43
Complementary color
Monochromatic Colors of #6E0B43
Black with #6E0B43
Text Example
Text Example
White with #6E0B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0B43; }
p { color: rgb(110,11,67); }
H1.HeaderClassName
{
color: #6E0B43;
}
.AnyTagClassName
{
color: #6E0B43;
}
</style>
background-color css
<style>
a { background-color: #6E0B43; }
a { background-color: rgb(110,11,67); }
div.DivClassName
{
background-color: #6E0B43;
}
.BgClassName
{
background-color: #6E0B43;
}
</style>
border-color css
<style>
span { border-color: #6E0B43; }
span { border-color: rgb(110,11,67); }
td.TdClassName
{
border-color: #6E0B43;
}
.TagClassName
{
border-color: #6E0B43;
}
</style>