Shades of Tyrian Purple #6F014D
Tints of Tyrian Purple #6F014D
RGB
CMYK
RGB Variations
Color information
#6F014D (or 0x6F014D) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 4D. RGB value is (111,1,77). Sum of RGB (Red+Green+Blue) = 111+1+77=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F014D is #90FEB2. Grayscale: #2A2A2A. Windows color (decimal): -9502387 or 5046639. OLE color: 5046639.
HSL color Cylindrical-coordinate representation of color #6F014D: hue angle of 318.55º 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 #6F014D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.56 |
| HSL | 318.55º | 0.98% | 0.22% | - |
| HSV(B) | 318.55º | 0.99% | 0.44% | - |
| XYZ | 7.91 | 3.94 | 7.36 | - |
| YUV | 42.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 77 | 0 | 0.99 | 0.31 | 0.56 | 318.55 | 0.98 | 0.22 |
| Hex | 6F | 1 | 4D | 0 | 63 | 1F | 38 | 13F | 62 | 16 |
| Octal | 157 | 1 | 115 | 0 | 143 | 37 | 70 | 477 | 142 | 26 |
| Binary | 1101111 | 1 | 1001101 | 0 | 1100011 | 11111 | 111000 | 100111111 | 1100010 | 10110 |
Color Harmonies of #6F014D
Complementary color
Monochromatic Colors of #6F014D
Black with #6F014D
Text Example
Text Example
White with #6F014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F014D; }
p { color: rgb(111,1,77); }
H1.HeaderClassName
{
color: #6F014D;
}
.AnyTagClassName
{
color: #6F014D;
}
</style>
background-color css
<style>
a { background-color: #6F014D; }
a { background-color: rgb(111,1,77); }
div.DivClassName
{
background-color: #6F014D;
}
.BgClassName
{
background-color: #6F014D;
}
</style>
border-color css
<style>
span { border-color: #6F014D; }
span { border-color: rgb(111,1,77); }
td.TdClassName
{
border-color: #6F014D;
}
.TagClassName
{
border-color: #6F014D;
}
</style>