Shades of Tyrian Purple #6B0059
Tints of Tyrian Purple #6B0059
RGB
CMYK
RGB Variations
Color information
#6B0059 (or 0x6B0059) is known color: Tyrian Purple. HEX triplet: 6B, 00 and 59. RGB value is (107,0,89). Sum of RGB (Red+Green+Blue) = 107+0+89=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0059 is #94FFA6. Grayscale: #292929. Windows color (decimal): -9764775 or 5832811. OLE color: 5832811.
HSL color Cylindrical-coordinate representation of color #6B0059: hue angle of 310.09º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0059 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.17 | 0.58 |
| HSL | 310.09º | 1% | 0.21% | - |
| HSV(B) | 310.09º | 1% | 0.42% | - |
| XYZ | 7.87 | 3.85 | 9.78 | - |
| YUV | 42.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 89 | 0 | 1 | 0.17 | 0.58 | 310.09 | 1 | 0.21 |
| Hex | 6B | 0 | 59 | 0 | 64 | 11 | 3A | 136 | 64 | 15 |
| Octal | 153 | 0 | 131 | 0 | 144 | 21 | 72 | 466 | 144 | 25 |
| Binary | 1101011 | 0 | 1011001 | 0 | 1100100 | 10001 | 111010 | 100110110 | 1100100 | 10101 |
Color Harmonies of #6B0059
Complementary color
Monochromatic Colors of #6B0059
Black with #6B0059
Text Example
Text Example
White with #6B0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0059; }
p { color: rgb(107,0,89); }
H1.HeaderClassName
{
color: #6B0059;
}
.AnyTagClassName
{
color: #6B0059;
}
</style>
background-color css
<style>
a { background-color: #6B0059; }
a { background-color: rgb(107,0,89); }
div.DivClassName
{
background-color: #6B0059;
}
.BgClassName
{
background-color: #6B0059;
}
</style>
border-color css
<style>
span { border-color: #6B0059; }
span { border-color: rgb(107,0,89); }
td.TdClassName
{
border-color: #6B0059;
}
.TagClassName
{
border-color: #6B0059;
}
</style>