Shades of Tyrian Purple #6F0055
Tints of Tyrian Purple #6F0055
RGB
CMYK
RGB Variations
Color information
#6F0055 (or 0x6F0055) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 55. RGB value is (111,0,85). Sum of RGB (Red+Green+Blue) = 111+0+85=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0055 is #90FFAA. Grayscale: #2A2A2A. Windows color (decimal): -9502635 or 5570671. OLE color: 5570671.
HSL color Cylindrical-coordinate representation of color #6F0055: hue angle of 314.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0055 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.23 | 0.56 |
| HSL | 314.05º | 1% | 0.22% | - |
| HSV(B) | 314.05º | 1% | 0.44% | - |
| XYZ | 8.2 | 4.04 | 8.94 | - |
| YUV | 42.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 85 | 0 | 1 | 0.23 | 0.56 | 314.05 | 1 | 0.22 |
| Hex | 6F | 0 | 55 | 0 | 64 | 17 | 38 | 13A | 64 | 16 |
| Octal | 157 | 0 | 125 | 0 | 144 | 27 | 70 | 472 | 144 | 26 |
| Binary | 1101111 | 0 | 1010101 | 0 | 1100100 | 10111 | 111000 | 100111010 | 1100100 | 10110 |
Color Harmonies of #6F0055
Complementary color
Monochromatic Colors of #6F0055
Black with #6F0055
Text Example
Text Example
White with #6F0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0055; }
p { color: rgb(111,0,85); }
H1.HeaderClassName
{
color: #6F0055;
}
.AnyTagClassName
{
color: #6F0055;
}
</style>
background-color css
<style>
a { background-color: #6F0055; }
a { background-color: rgb(111,0,85); }
div.DivClassName
{
background-color: #6F0055;
}
.BgClassName
{
background-color: #6F0055;
}
</style>
border-color css
<style>
span { border-color: #6F0055; }
span { border-color: rgb(111,0,85); }
td.TdClassName
{
border-color: #6F0055;
}
.TagClassName
{
border-color: #6F0055;
}
</style>