Shades of Tyrian Purple #6D0B4D
Tints of Tyrian Purple #6D0B4D
RGB
CMYK
RGB Variations
Color information
#6D0B4D (or 0x6D0B4D) is known color: Tyrian Purple. HEX triplet: 6D, 0B and 4D. RGB value is (109,11,77). Sum of RGB (Red+Green+Blue) = 109+11+77=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B4D is #92F4B2. Grayscale: #2F2F2F. Windows color (decimal): -9630899 or 5049197. OLE color: 5049197.
HSL color Cylindrical-coordinate representation of color #6D0B4D: hue angle of 319.59º 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 #6D0B4D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 11 | 77 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.57 |
| HSL | 319.59º | 0.82% | 0.24% | - |
| HSV(B) | 319.59º | 0.9% | 0.43% | - |
| XYZ | 7.77 | 4.03 | 7.39 | - |
| YUV | 47.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 77 | 0 | 0.90 | 0.29 | 0.57 | 319.59 | 0.82 | 0.24 |
| Hex | 6D | B | 4D | 0 | 5A | 1D | 39 | 140 | 52 | 18 |
| Octal | 155 | 13 | 115 | 0 | 132 | 35 | 71 | 500 | 122 | 30 |
| Binary | 1101101 | 1011 | 1001101 | 0 | 1011010 | 11101 | 111001 | 101000000 | 1010010 | 11000 |
Color Harmonies of #6D0B4D
Complementary color
Monochromatic Colors of #6D0B4D
Black with #6D0B4D
Text Example
Text Example
White with #6D0B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B4D; }
p { color: rgb(109,11,77); }
H1.HeaderClassName
{
color: #6D0B4D;
}
.AnyTagClassName
{
color: #6D0B4D;
}
</style>
background-color css
<style>
a { background-color: #6D0B4D; }
a { background-color: rgb(109,11,77); }
div.DivClassName
{
background-color: #6D0B4D;
}
.BgClassName
{
background-color: #6D0B4D;
}
</style>
border-color css
<style>
span { border-color: #6D0B4D; }
span { border-color: rgb(109,11,77); }
td.TdClassName
{
border-color: #6D0B4D;
}
.TagClassName
{
border-color: #6D0B4D;
}
</style>