Shades of Tyrian Purple #6F0953
Tints of Tyrian Purple #6F0953
RGB
CMYK
RGB Variations
Color information
#6F0953 (or 0x6F0953) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 53. RGB value is (111,9,83). Sum of RGB (Red+Green+Blue) = 111+9+83=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0953 is #90F6AC. Grayscale: #2F2F2F. Windows color (decimal): -9500333 or 5441903. OLE color: 5441903.
HSL color Cylindrical-coordinate representation of color #6F0953: hue angle of 316.47º 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 #6F0953 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 83 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.56 |
| HSL | 316.47º | 0.85% | 0.24% | - |
| HSV(B) | 316.47º | 0.92% | 0.44% | - |
| XYZ | 8.21 | 4.2 | 8.56 | - |
| YUV | 47.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 83 | 0 | 0.92 | 0.25 | 0.56 | 316.47 | 0.85 | 0.24 |
| Hex | 6F | 9 | 53 | 0 | 5C | 19 | 38 | 13C | 55 | 18 |
| Octal | 157 | 11 | 123 | 0 | 134 | 31 | 70 | 474 | 125 | 30 |
| Binary | 1101111 | 1001 | 1010011 | 0 | 1011100 | 11001 | 111000 | 100111100 | 1010101 | 11000 |
Color Harmonies of #6F0953
Complementary color
Monochromatic Colors of #6F0953
Black with #6F0953
Text Example
Text Example
White with #6F0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0953; }
p { color: rgb(111,9,83); }
H1.HeaderClassName
{
color: #6F0953;
}
.AnyTagClassName
{
color: #6F0953;
}
</style>
background-color css
<style>
a { background-color: #6F0953; }
a { background-color: rgb(111,9,83); }
div.DivClassName
{
background-color: #6F0953;
}
.BgClassName
{
background-color: #6F0953;
}
</style>
border-color css
<style>
span { border-color: #6F0953; }
span { border-color: rgb(111,9,83); }
td.TdClassName
{
border-color: #6F0953;
}
.TagClassName
{
border-color: #6F0953;
}
</style>