Shades of Tyrian Purple #6F0C36
Tints of Tyrian Purple #6F0C36
RGB
CMYK
RGB Variations
Color information
#6F0C36 (or 0x6F0C36) is known color: Tyrian Purple. HEX triplet: 6F, 0C and 36. RGB value is (111,12,54). Sum of RGB (Red+Green+Blue) = 111+12+54=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C36 is #90F3C9. Grayscale: #2E2E2E. Windows color (decimal): -9499594 or 3542127. OLE color: 3542127.
HSL color Cylindrical-coordinate representation of color #6F0C36: hue angle of 334.55º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C36 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 12 | 54 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.56 |
| HSL | 334.55º | 0.8% | 0.24% | - |
| HSV(B) | 334.55º | 0.89% | 0.44% | - |
| XYZ | 7.35 | 3.91 | 3.86 | - |
| YUV | 46.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 54 | 0 | 0.89 | 0.51 | 0.56 | 334.55 | 0.8 | 0.24 |
| Hex | 6F | C | 36 | 0 | 59 | 33 | 38 | 14F | 50 | 18 |
| Octal | 157 | 14 | 66 | 0 | 131 | 63 | 70 | 517 | 120 | 30 |
| Binary | 1101111 | 1100 | 110110 | 0 | 1011001 | 110011 | 111000 | 101001111 | 1010000 | 11000 |
Color Harmonies of #6F0C36
Complementary color
Monochromatic Colors of #6F0C36
Black with #6F0C36
Text Example
Text Example
White with #6F0C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0C36; }
p { color: rgb(111,12,54); }
H1.HeaderClassName
{
color: #6F0C36;
}
.AnyTagClassName
{
color: #6F0C36;
}
</style>
background-color css
<style>
a { background-color: #6F0C36; }
a { background-color: rgb(111,12,54); }
div.DivClassName
{
background-color: #6F0C36;
}
.BgClassName
{
background-color: #6F0C36;
}
</style>
border-color css
<style>
span { border-color: #6F0C36; }
span { border-color: rgb(111,12,54); }
td.TdClassName
{
border-color: #6F0C36;
}
.TagClassName
{
border-color: #6F0C36;
}
</style>