Shades of Tyrian Purple #6F0151
Tints of Tyrian Purple #6F0151
RGB
CMYK
RGB Variations
Color information
#6F0151 (or 0x6F0151) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 51. RGB value is (111,1,81). Sum of RGB (Red+Green+Blue) = 111+1+81=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0151 is #90FEAE. Grayscale: #2A2A2A. Windows color (decimal): -9502383 or 5308783. OLE color: 5308783.
HSL color Cylindrical-coordinate representation of color #6F0151: hue angle of 316.36º 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 #6F0151 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.56 |
| HSL | 316.36º | 0.98% | 0.22% | - |
| HSV(B) | 316.36º | 0.99% | 0.44% | - |
| XYZ | 8.05 | 4 | 8.13 | - |
| YUV | 43.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 81 | 0 | 0.99 | 0.27 | 0.56 | 316.36 | 0.98 | 0.22 |
| Hex | 6F | 1 | 51 | 0 | 63 | 1B | 38 | 13C | 62 | 16 |
| Octal | 157 | 1 | 121 | 0 | 143 | 33 | 70 | 474 | 142 | 26 |
| Binary | 1101111 | 1 | 1010001 | 0 | 1100011 | 11011 | 111000 | 100111100 | 1100010 | 10110 |
Color Harmonies of #6F0151
Complementary color
Monochromatic Colors of #6F0151
Black with #6F0151
Text Example
Text Example
White with #6F0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0151; }
p { color: rgb(111,1,81); }
H1.HeaderClassName
{
color: #6F0151;
}
.AnyTagClassName
{
color: #6F0151;
}
</style>
background-color css
<style>
a { background-color: #6F0151; }
a { background-color: rgb(111,1,81); }
div.DivClassName
{
background-color: #6F0151;
}
.BgClassName
{
background-color: #6F0151;
}
</style>
border-color css
<style>
span { border-color: #6F0151; }
span { border-color: rgb(111,1,81); }
td.TdClassName
{
border-color: #6F0151;
}
.TagClassName
{
border-color: #6F0151;
}
</style>