Shades of Tyrian Purple #6F0955
Tints of Tyrian Purple #6F0955
RGB
CMYK
RGB Variations
Color information
#6F0955 (or 0x6F0955) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 55. RGB value is (111,9,85). Sum of RGB (Red+Green+Blue) = 111+9+85=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0955 is #90F6AA. Grayscale: #2F2F2F. Windows color (decimal): -9500331 or 5572975. OLE color: 5572975.
HSL color Cylindrical-coordinate representation of color #6F0955: hue angle of 315.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0955 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 85 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.56 |
| HSL | 315.29º | 0.85% | 0.24% | - |
| HSV(B) | 315.29º | 0.92% | 0.44% | - |
| XYZ | 8.29 | 4.23 | 8.97 | - |
| YUV | 48.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 85 | 0 | 0.92 | 0.23 | 0.56 | 315.29 | 0.85 | 0.24 |
| Hex | 6F | 9 | 55 | 0 | 5C | 17 | 38 | 13B | 55 | 18 |
| Octal | 157 | 11 | 125 | 0 | 134 | 27 | 70 | 473 | 125 | 30 |
| Binary | 1101111 | 1001 | 1010101 | 0 | 1011100 | 10111 | 111000 | 100111011 | 1010101 | 11000 |
Color Harmonies of #6F0955
Complementary color
Monochromatic Colors of #6F0955
Black with #6F0955
Text Example
Text Example
White with #6F0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0955; }
p { color: rgb(111,9,85); }
H1.HeaderClassName
{
color: #6F0955;
}
.AnyTagClassName
{
color: #6F0955;
}
</style>
background-color css
<style>
a { background-color: #6F0955; }
a { background-color: rgb(111,9,85); }
div.DivClassName
{
background-color: #6F0955;
}
.BgClassName
{
background-color: #6F0955;
}
</style>
border-color css
<style>
span { border-color: #6F0955; }
span { border-color: rgb(111,9,85); }
td.TdClassName
{
border-color: #6F0955;
}
.TagClassName
{
border-color: #6F0955;
}
</style>