Shades of Tyrian Purple #6B0259
Tints of Tyrian Purple #6B0259
RGB
CMYK
RGB Variations
Color information
#6B0259 (or 0x6B0259) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 59. RGB value is (107,2,89). Sum of RGB (Red+Green+Blue) = 107+2+89=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0259 is #94FDA6. Grayscale: #2B2B2B. Windows color (decimal): -9764263 or 5833323. OLE color: 5833323.
HSL color Cylindrical-coordinate representation of color #6B0259: hue angle of 310.29º 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 #6B0259 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 89 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.58 |
| HSL | 310.29º | 0.96% | 0.21% | - |
| HSV(B) | 310.29º | 0.98% | 0.42% | - |
| XYZ | 7.89 | 3.89 | 9.79 | - |
| YUV | 43.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 89 | 0 | 0.98 | 0.17 | 0.58 | 310.29 | 0.96 | 0.21 |
| Hex | 6B | 2 | 59 | 0 | 62 | 11 | 3A | 136 | 60 | 15 |
| Octal | 153 | 2 | 131 | 0 | 142 | 21 | 72 | 466 | 140 | 25 |
| Binary | 1101011 | 10 | 1011001 | 0 | 1100010 | 10001 | 111010 | 100110110 | 1100000 | 10101 |
Color Harmonies of #6B0259
Complementary color
Monochromatic Colors of #6B0259
Black with #6B0259
Text Example
Text Example
White with #6B0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0259; }
p { color: rgb(107,2,89); }
H1.HeaderClassName
{
color: #6B0259;
}
.AnyTagClassName
{
color: #6B0259;
}
</style>
background-color css
<style>
a { background-color: #6B0259; }
a { background-color: rgb(107,2,89); }
div.DivClassName
{
background-color: #6B0259;
}
.BgClassName
{
background-color: #6B0259;
}
</style>
border-color css
<style>
span { border-color: #6B0259; }
span { border-color: rgb(107,2,89); }
td.TdClassName
{
border-color: #6B0259;
}
.TagClassName
{
border-color: #6B0259;
}
</style>