Shades of Tyrian Purple #6F005B
Tints of Tyrian Purple #6F005B
RGB
CMYK
RGB Variations
Color information
#6F005B (or 0x6F005B) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 5B. RGB value is (111,0,91). Sum of RGB (Red+Green+Blue) = 111+0+91=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F005B is #90FFA4. Grayscale: #2B2B2B. Windows color (decimal): -9502629 or 5963887. OLE color: 5963887.
HSL color Cylindrical-coordinate representation of color #6F005B: hue angle of 310.81º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F005B is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.18 | 0.56 |
| HSL | 310.81º | 1% | 0.22% | - |
| HSV(B) | 310.81º | 1% | 0.44% | - |
| XYZ | 8.44 | 4.13 | 10.25 | - |
| YUV | 43.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 91 | 0 | 1 | 0.18 | 0.56 | 310.81 | 1 | 0.22 |
| Hex | 6F | 0 | 5B | 0 | 64 | 12 | 38 | 137 | 64 | 16 |
| Octal | 157 | 0 | 133 | 0 | 144 | 22 | 70 | 467 | 144 | 26 |
| Binary | 1101111 | 0 | 1011011 | 0 | 1100100 | 10010 | 111000 | 100110111 | 1100100 | 10110 |
Color Harmonies of #6F005B
Complementary color
Monochromatic Colors of #6F005B
Black with #6F005B
Text Example
Text Example
White with #6F005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F005B; }
p { color: rgb(111,0,91); }
H1.HeaderClassName
{
color: #6F005B;
}
.AnyTagClassName
{
color: #6F005B;
}
</style>
background-color css
<style>
a { background-color: #6F005B; }
a { background-color: rgb(111,0,91); }
div.DivClassName
{
background-color: #6F005B;
}
.BgClassName
{
background-color: #6F005B;
}
</style>
border-color css
<style>
span { border-color: #6F005B; }
span { border-color: rgb(111,0,91); }
td.TdClassName
{
border-color: #6F005B;
}
.TagClassName
{
border-color: #6F005B;
}
</style>