Shades of Tyrian Purple #6F0C55
Tints of Tyrian Purple #6F0C55
RGB
CMYK
RGB Variations
Color information
#6F0C55 (or 0x6F0C55) is known color: Tyrian Purple. HEX triplet: 6F, 0C and 55. RGB value is (111,12,85). Sum of RGB (Red+Green+Blue) = 111+12+85=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C55 is #90F3AA. Grayscale: #313131. Windows color (decimal): -9499563 or 5573743. OLE color: 5573743.
HSL color Cylindrical-coordinate representation of color #6F0C55: hue angle of 315.76º 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 #6F0C55 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 12 | 85 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.56 |
| HSL | 315.76º | 0.8% | 0.24% | - |
| HSV(B) | 315.76º | 0.89% | 0.44% | - |
| XYZ | 8.33 | 4.3 | 8.99 | - |
| YUV | 49.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 85 | 0 | 0.89 | 0.23 | 0.56 | 315.76 | 0.8 | 0.24 |
| Hex | 6F | C | 55 | 0 | 59 | 17 | 38 | 13C | 50 | 18 |
| Octal | 157 | 14 | 125 | 0 | 131 | 27 | 70 | 474 | 120 | 30 |
| Binary | 1101111 | 1100 | 1010101 | 0 | 1011001 | 10111 | 111000 | 100111100 | 1010000 | 11000 |
Color Harmonies of #6F0C55
Complementary color
Monochromatic Colors of #6F0C55
Black with #6F0C55
Text Example
Text Example
White with #6F0C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0C55; }
p { color: rgb(111,12,85); }
H1.HeaderClassName
{
color: #6F0C55;
}
.AnyTagClassName
{
color: #6F0C55;
}
</style>
background-color css
<style>
a { background-color: #6F0C55; }
a { background-color: rgb(111,12,85); }
div.DivClassName
{
background-color: #6F0C55;
}
.BgClassName
{
background-color: #6F0C55;
}
</style>
border-color css
<style>
span { border-color: #6F0C55; }
span { border-color: rgb(111,12,85); }
td.TdClassName
{
border-color: #6F0C55;
}
.TagClassName
{
border-color: #6F0C55;
}
</style>