Shades of Tyrian Purple #6B0249
Tints of Tyrian Purple #6B0249
RGB
CMYK
RGB Variations
Color information
#6B0249 (or 0x6B0249) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 49. RGB value is (107,2,73). Sum of RGB (Red+Green+Blue) = 107+2+73=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0249 is #94FDB6. Grayscale: #292929. Windows color (decimal): -9764279 or 4784747. OLE color: 4784747.
HSL color Cylindrical-coordinate representation of color #6B0249: hue angle of 319.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0249 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 73 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.58 |
| HSL | 319.43º | 0.96% | 0.21% | - |
| HSV(B) | 319.43º | 0.98% | 0.42% | - |
| XYZ | 7.29 | 3.65 | 6.62 | - |
| YUV | 41.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 73 | 0 | 0.98 | 0.32 | 0.58 | 319.43 | 0.96 | 0.21 |
| Hex | 6B | 2 | 49 | 0 | 62 | 20 | 3A | 13F | 60 | 15 |
| Octal | 153 | 2 | 111 | 0 | 142 | 40 | 72 | 477 | 140 | 25 |
| Binary | 1101011 | 10 | 1001001 | 0 | 1100010 | 100000 | 111010 | 100111111 | 1100000 | 10101 |
Color Harmonies of #6B0249
Complementary color
Monochromatic Colors of #6B0249
Black with #6B0249
Text Example
Text Example
White with #6B0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0249; }
p { color: rgb(107,2,73); }
H1.HeaderClassName
{
color: #6B0249;
}
.AnyTagClassName
{
color: #6B0249;
}
</style>
background-color css
<style>
a { background-color: #6B0249; }
a { background-color: rgb(107,2,73); }
div.DivClassName
{
background-color: #6B0249;
}
.BgClassName
{
background-color: #6B0249;
}
</style>
border-color css
<style>
span { border-color: #6B0249; }
span { border-color: rgb(107,2,73); }
td.TdClassName
{
border-color: #6B0249;
}
.TagClassName
{
border-color: #6B0249;
}
</style>