Shades of Tyrian Purple #6B0559
Tints of Tyrian Purple #6B0559
RGB
CMYK
RGB Variations
Color information
#6B0559 (or 0x6B0559) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 59. RGB value is (107,5,89). Sum of RGB (Red+Green+Blue) = 107+5+89=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0559 is #94FAA6. Grayscale: #2C2C2C. Windows color (decimal): -9763495 or 5834091. OLE color: 5834091.
HSL color Cylindrical-coordinate representation of color #6B0559: hue angle of 310.59º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0559 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 89 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.58 |
| HSL | 310.59º | 0.91% | 0.22% | - |
| HSV(B) | 310.59º | 0.95% | 0.42% | - |
| XYZ | 7.92 | 3.96 | 9.8 | - |
| YUV | 45.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 89 | 0 | 0.95 | 0.17 | 0.58 | 310.59 | 0.91 | 0.22 |
| Hex | 6B | 5 | 59 | 0 | 5F | 11 | 3A | 137 | 5B | 16 |
| Octal | 153 | 5 | 131 | 0 | 137 | 21 | 72 | 467 | 133 | 26 |
| Binary | 1101011 | 101 | 1011001 | 0 | 1011111 | 10001 | 111010 | 100110111 | 1011011 | 10110 |
Color Harmonies of #6B0559
Complementary color
Monochromatic Colors of #6B0559
Black with #6B0559
Text Example
Text Example
White with #6B0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0559; }
p { color: rgb(107,5,89); }
H1.HeaderClassName
{
color: #6B0559;
}
.AnyTagClassName
{
color: #6B0559;
}
</style>
background-color css
<style>
a { background-color: #6B0559; }
a { background-color: rgb(107,5,89); }
div.DivClassName
{
background-color: #6B0559;
}
.BgClassName
{
background-color: #6B0559;
}
</style>
border-color css
<style>
span { border-color: #6B0559; }
span { border-color: rgb(107,5,89); }
td.TdClassName
{
border-color: #6B0559;
}
.TagClassName
{
border-color: #6B0559;
}
</style>