Shades of Tyrian Purple #6B0B40
Tints of Tyrian Purple #6B0B40
RGB
CMYK
RGB Variations
Color information
#6B0B40 (or 0x6B0B40) is known color: Tyrian Purple. HEX triplet: 6B, 0B and 40. RGB value is (107,11,64). Sum of RGB (Red+Green+Blue) = 107+11+64=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0B40 is #94F4BF. Grayscale: #2D2D2D. Windows color (decimal): -9761984 or 4197227. OLE color: 4197227.
HSL color Cylindrical-coordinate representation of color #6B0B40: hue angle of 326.88º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B40 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 11 | 64 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.58 |
| HSL | 326.88º | 0.81% | 0.23% | - |
| HSV(B) | 326.88º | 0.9% | 0.42% | - |
| XYZ | 7.11 | 3.74 | 5.2 | - |
| YUV | 45.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 64 | 0 | 0.90 | 0.40 | 0.58 | 326.88 | 0.81 | 0.23 |
| Hex | 6B | B | 40 | 0 | 5A | 28 | 3A | 147 | 51 | 17 |
| Octal | 153 | 13 | 100 | 0 | 132 | 50 | 72 | 507 | 121 | 27 |
| Binary | 1101011 | 1011 | 1000000 | 0 | 1011010 | 101000 | 111010 | 101000111 | 1010001 | 10111 |
Color Harmonies of #6B0B40
Complementary color
Monochromatic Colors of #6B0B40
Black with #6B0B40
Text Example
Text Example
White with #6B0B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B40; }
p { color: rgb(107,11,64); }
H1.HeaderClassName
{
color: #6B0B40;
}
.AnyTagClassName
{
color: #6B0B40;
}
</style>
background-color css
<style>
a { background-color: #6B0B40; }
a { background-color: rgb(107,11,64); }
div.DivClassName
{
background-color: #6B0B40;
}
.BgClassName
{
background-color: #6B0B40;
}
</style>
border-color css
<style>
span { border-color: #6B0B40; }
span { border-color: rgb(107,11,64); }
td.TdClassName
{
border-color: #6B0B40;
}
.TagClassName
{
border-color: #6B0B40;
}
</style>