Shades of Tyrian Purple #6F024D
Tints of Tyrian Purple #6F024D
RGB
CMYK
RGB Variations
Color information
#6F024D (or 0x6F024D) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 4D. RGB value is (111,2,77). Sum of RGB (Red+Green+Blue) = 111+2+77=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F024D is #90FDB2. Grayscale: #2A2A2A. Windows color (decimal): -9502131 or 5046895. OLE color: 5046895.
HSL color Cylindrical-coordinate representation of color #6F024D: hue angle of 318.72º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F024D is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.56 |
| HSL | 318.72º | 0.96% | 0.22% | - |
| HSV(B) | 318.72º | 0.98% | 0.44% | - |
| XYZ | 7.92 | 3.96 | 7.37 | - |
| YUV | 43.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 77 | 0 | 0.98 | 0.31 | 0.56 | 318.72 | 0.96 | 0.22 |
| Hex | 6F | 2 | 4D | 0 | 62 | 1F | 38 | 13F | 60 | 16 |
| Octal | 157 | 2 | 115 | 0 | 142 | 37 | 70 | 477 | 140 | 26 |
| Binary | 1101111 | 10 | 1001101 | 0 | 1100010 | 11111 | 111000 | 100111111 | 1100000 | 10110 |
Color Harmonies of #6F024D
Complementary color
Monochromatic Colors of #6F024D
Black with #6F024D
Text Example
Text Example
White with #6F024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F024D; }
p { color: rgb(111,2,77); }
H1.HeaderClassName
{
color: #6F024D;
}
.AnyTagClassName
{
color: #6F024D;
}
</style>
background-color css
<style>
a { background-color: #6F024D; }
a { background-color: rgb(111,2,77); }
div.DivClassName
{
background-color: #6F024D;
}
.BgClassName
{
background-color: #6F024D;
}
</style>
border-color css
<style>
span { border-color: #6F024D; }
span { border-color: rgb(111,2,77); }
td.TdClassName
{
border-color: #6F024D;
}
.TagClassName
{
border-color: #6F024D;
}
</style>