Shades of Tyrian Purple #6B0949
Tints of Tyrian Purple #6B0949
RGB
CMYK
RGB Variations
Color information
#6B0949 (or 0x6B0949) is known color: Tyrian Purple. HEX triplet: 6B, 09 and 49. RGB value is (107,9,73). Sum of RGB (Red+Green+Blue) = 107+9+73=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0949 is #94F6B6. Grayscale: #2D2D2D. Windows color (decimal): -9762487 or 4786539. OLE color: 4786539.
HSL color Cylindrical-coordinate representation of color #6B0949: hue angle of 320.82º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B0949 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 9 | 73 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.58 |
| HSL | 320.82º | 0.84% | 0.23% | - |
| HSV(B) | 320.82º | 0.92% | 0.42% | - |
| XYZ | 7.36 | 3.8 | 6.65 | - |
| YUV | 45.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 73 | 0 | 0.92 | 0.32 | 0.58 | 320.82 | 0.84 | 0.23 |
| Hex | 6B | 9 | 49 | 0 | 5C | 20 | 3A | 141 | 54 | 17 |
| Octal | 153 | 11 | 111 | 0 | 134 | 40 | 72 | 501 | 124 | 27 |
| Binary | 1101011 | 1001 | 1001001 | 0 | 1011100 | 100000 | 111010 | 101000001 | 1010100 | 10111 |
Color Harmonies of #6B0949
Complementary color
Monochromatic Colors of #6B0949
Black with #6B0949
Text Example
Text Example
White with #6B0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0949; }
p { color: rgb(107,9,73); }
H1.HeaderClassName
{
color: #6B0949;
}
.AnyTagClassName
{
color: #6B0949;
}
</style>
background-color css
<style>
a { background-color: #6B0949; }
a { background-color: rgb(107,9,73); }
div.DivClassName
{
background-color: #6B0949;
}
.BgClassName
{
background-color: #6B0949;
}
</style>
border-color css
<style>
span { border-color: #6B0949; }
span { border-color: rgb(107,9,73); }
td.TdClassName
{
border-color: #6B0949;
}
.TagClassName
{
border-color: #6B0949;
}
</style>