Shades of Tyrian Purple #6F0C35
Tints of Tyrian Purple #6F0C35
RGB
CMYK
RGB Variations
Color information
#6F0C35 (or 0x6F0C35) is known color: Tyrian Purple. HEX triplet: 6F, 0C and 35. RGB value is (111,12,53). Sum of RGB (Red+Green+Blue) = 111+12+53=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C35 is #90F3CA. Grayscale: #2E2E2E. Windows color (decimal): -9499595 or 3476591. OLE color: 3476591.
HSL color Cylindrical-coordinate representation of color #6F0C35: hue angle of 335.15º 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 #6F0C35 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 12 | 53 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.56 |
| HSL | 335.15º | 0.8% | 0.24% | - |
| HSV(B) | 335.15º | 0.89% | 0.44% | - |
| XYZ | 7.33 | 3.9 | 3.73 | - |
| YUV | 46.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 53 | 0 | 0.89 | 0.52 | 0.56 | 335.15 | 0.8 | 0.24 |
| Hex | 6F | C | 35 | 0 | 59 | 34 | 38 | 14F | 50 | 18 |
| Octal | 157 | 14 | 65 | 0 | 131 | 64 | 70 | 517 | 120 | 30 |
| Binary | 1101111 | 1100 | 110101 | 0 | 1011001 | 110100 | 111000 | 101001111 | 1010000 | 11000 |
Color Harmonies of #6F0C35
Complementary color
Monochromatic Colors of #6F0C35
Black with #6F0C35
Text Example
Text Example
White with #6F0C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0C35; }
p { color: rgb(111,12,53); }
H1.HeaderClassName
{
color: #6F0C35;
}
.AnyTagClassName
{
color: #6F0C35;
}
</style>
background-color css
<style>
a { background-color: #6F0C35; }
a { background-color: rgb(111,12,53); }
div.DivClassName
{
background-color: #6F0C35;
}
.BgClassName
{
background-color: #6F0C35;
}
</style>
border-color css
<style>
span { border-color: #6F0C35; }
span { border-color: rgb(111,12,53); }
td.TdClassName
{
border-color: #6F0C35;
}
.TagClassName
{
border-color: #6F0C35;
}
</style>