Shades of Tyrian Purple #6D083A
Tints of Tyrian Purple #6D083A
RGB
CMYK
RGB Variations
Color information
#6D083A (or 0x6D083A) is known color: Tyrian Purple. HEX triplet: 6D, 08 and 3A. RGB value is (109,8,58). Sum of RGB (Red+Green+Blue) = 109+8+58=175 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.29% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 109 - color contains mainly: red. Hex color #6D083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D083A is #92F7C5. Grayscale: #2B2B2B. Windows color (decimal): -9631686 or 3803245. OLE color: 3803245.
HSL color Cylindrical-coordinate representation of color #6D083A: hue angle of 330.3º 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 #6D083A is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 58 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.57 |
| HSL | 330.3º | 0.86% | 0.23% | - |
| HSV(B) | 330.3º | 0.93% | 0.43% | - |
| XYZ | 7.16 | 3.73 | 4.35 | - |
| YUV | 43.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 58 | 0 | 0.93 | 0.47 | 0.57 | 330.3 | 0.86 | 0.23 |
| Hex | 6D | 8 | 3A | 0 | 5D | 2F | 39 | 14A | 56 | 17 |
| Octal | 155 | 10 | 72 | 0 | 135 | 57 | 71 | 512 | 126 | 27 |
| Binary | 1101101 | 1000 | 111010 | 0 | 1011101 | 101111 | 111001 | 101001010 | 1010110 | 10111 |
Color Harmonies of #6D083A
Complementary color
Monochromatic Colors of #6D083A
Black with #6D083A
Text Example
Text Example
White with #6D083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D083A; }
p { color: rgb(109,8,58); }
H1.HeaderClassName
{
color: #6D083A;
}
.AnyTagClassName
{
color: #6D083A;
}
</style>
background-color css
<style>
a { background-color: #6D083A; }
a { background-color: rgb(109,8,58); }
div.DivClassName
{
background-color: #6D083A;
}
.BgClassName
{
background-color: #6D083A;
}
</style>
border-color css
<style>
span { border-color: #6D083A; }
span { border-color: rgb(109,8,58); }
td.TdClassName
{
border-color: #6D083A;
}
.TagClassName
{
border-color: #6D083A;
}
</style>