Shades of Tyrian Purple #6D0B43
Tints of Tyrian Purple #6D0B43
RGB
CMYK
RGB Variations
Color information
#6D0B43 (or 0x6D0B43) is known color: Tyrian Purple. HEX triplet: 6D, 0B and 43. RGB value is (109,11,67). Sum of RGB (Red+Green+Blue) = 109+11+67=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B43 is #92F4BC. Grayscale: #2E2E2E. Windows color (decimal): -9630909 or 4393837. OLE color: 4393837.
HSL color Cylindrical-coordinate representation of color #6D0B43: hue angle of 325.71º 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 #6D0B43 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 11 | 67 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.57 |
| HSL | 325.71º | 0.82% | 0.24% | - |
| HSV(B) | 325.71º | 0.9% | 0.43% | - |
| XYZ | 7.44 | 3.9 | 5.67 | - |
| YUV | 46.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 67 | 0 | 0.90 | 0.39 | 0.57 | 325.71 | 0.82 | 0.24 |
| Hex | 6D | B | 43 | 0 | 5A | 27 | 39 | 146 | 52 | 18 |
| Octal | 155 | 13 | 103 | 0 | 132 | 47 | 71 | 506 | 122 | 30 |
| Binary | 1101101 | 1011 | 1000011 | 0 | 1011010 | 100111 | 111001 | 101000110 | 1010010 | 11000 |
Color Harmonies of #6D0B43
Complementary color
Monochromatic Colors of #6D0B43
Black with #6D0B43
Text Example
Text Example
White with #6D0B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B43; }
p { color: rgb(109,11,67); }
H1.HeaderClassName
{
color: #6D0B43;
}
.AnyTagClassName
{
color: #6D0B43;
}
</style>
background-color css
<style>
a { background-color: #6D0B43; }
a { background-color: rgb(109,11,67); }
div.DivClassName
{
background-color: #6D0B43;
}
.BgClassName
{
background-color: #6D0B43;
}
</style>
border-color css
<style>
span { border-color: #6D0B43; }
span { border-color: rgb(109,11,67); }
td.TdClassName
{
border-color: #6D0B43;
}
.TagClassName
{
border-color: #6D0B43;
}
</style>