Shades of Tyrian Purple #6F015B
Tints of Tyrian Purple #6F015B
RGB
CMYK
RGB Variations
Color information
#6F015B (or 0x6F015B) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 5B. RGB value is (111,1,91). Sum of RGB (Red+Green+Blue) = 111+1+91=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F015B is #90FEA4. Grayscale: #2B2B2B. Windows color (decimal): -9502373 or 5964143. OLE color: 5964143.
HSL color Cylindrical-coordinate representation of color #6F015B: hue angle of 310.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F015B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.56 |
| HSL | 310.91º | 0.98% | 0.22% | - |
| HSV(B) | 310.91º | 0.99% | 0.44% | - |
| XYZ | 8.45 | 4.16 | 10.25 | - |
| YUV | 44.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 91 | 0 | 0.99 | 0.18 | 0.56 | 310.91 | 0.98 | 0.22 |
| Hex | 6F | 1 | 5B | 0 | 63 | 12 | 38 | 137 | 62 | 16 |
| Octal | 157 | 1 | 133 | 0 | 143 | 22 | 70 | 467 | 142 | 26 |
| Binary | 1101111 | 1 | 1011011 | 0 | 1100011 | 10010 | 111000 | 100110111 | 1100010 | 10110 |
Color Harmonies of #6F015B
Complementary color
Monochromatic Colors of #6F015B
Black with #6F015B
Text Example
Text Example
White with #6F015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F015B; }
p { color: rgb(111,1,91); }
H1.HeaderClassName
{
color: #6F015B;
}
.AnyTagClassName
{
color: #6F015B;
}
</style>
background-color css
<style>
a { background-color: #6F015B; }
a { background-color: rgb(111,1,91); }
div.DivClassName
{
background-color: #6F015B;
}
.BgClassName
{
background-color: #6F015B;
}
</style>
border-color css
<style>
span { border-color: #6F015B; }
span { border-color: rgb(111,1,91); }
td.TdClassName
{
border-color: #6F015B;
}
.TagClassName
{
border-color: #6F015B;
}
</style>