Shades of Tyrian Purple #6F0755
Tints of Tyrian Purple #6F0755
RGB
CMYK
RGB Variations
Color information
#6F0755 (or 0x6F0755) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 55. RGB value is (111,7,85). Sum of RGB (Red+Green+Blue) = 111+7+85=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0755 is #90F8AA. Grayscale: #2E2E2E. Windows color (decimal): -9500843 or 5572463. OLE color: 5572463.
HSL color Cylindrical-coordinate representation of color #6F0755: hue angle of 315º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0755 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 85 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.56 |
| HSL | 315º | 0.88% | 0.23% | - |
| HSV(B) | 315º | 0.94% | 0.44% | - |
| XYZ | 8.27 | 4.19 | 8.97 | - |
| YUV | 46.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 85 | 0 | 0.94 | 0.23 | 0.56 | 315 | 0.88 | 0.23 |
| Hex | 6F | 7 | 55 | 0 | 5E | 17 | 38 | 13B | 58 | 17 |
| Octal | 157 | 7 | 125 | 0 | 136 | 27 | 70 | 473 | 130 | 27 |
| Binary | 1101111 | 111 | 1010101 | 0 | 1011110 | 10111 | 111000 | 100111011 | 1011000 | 10111 |
Color Harmonies of #6F0755
Complementary color
Monochromatic Colors of #6F0755
Black with #6F0755
Text Example
Text Example
White with #6F0755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0755; }
p { color: rgb(111,7,85); }
H1.HeaderClassName
{
color: #6F0755;
}
.AnyTagClassName
{
color: #6F0755;
}
</style>
background-color css
<style>
a { background-color: #6F0755; }
a { background-color: rgb(111,7,85); }
div.DivClassName
{
background-color: #6F0755;
}
.BgClassName
{
background-color: #6F0755;
}
</style>
border-color css
<style>
span { border-color: #6F0755; }
span { border-color: rgb(111,7,85); }
td.TdClassName
{
border-color: #6F0755;
}
.TagClassName
{
border-color: #6F0755;
}
</style>