Shades of Tyrian Purple #6F0757
Tints of Tyrian Purple #6F0757
RGB
CMYK
RGB Variations
Color information
#6F0757 (or 0x6F0757) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 57. RGB value is (111,7,87). Sum of RGB (Red+Green+Blue) = 111+7+87=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0757 is #90F8A8. Grayscale: #2F2F2F. Windows color (decimal): -9500841 or 5703535. OLE color: 5703535.
HSL color Cylindrical-coordinate representation of color #6F0757: hue angle of 313.85º 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 #6F0757 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 87 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.56 |
| HSL | 313.85º | 0.88% | 0.23% | - |
| HSV(B) | 313.85º | 0.94% | 0.44% | - |
| XYZ | 8.35 | 4.22 | 9.39 | - |
| YUV | 47.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 87 | 0 | 0.94 | 0.22 | 0.56 | 313.85 | 0.88 | 0.23 |
| Hex | 6F | 7 | 57 | 0 | 5E | 16 | 38 | 13A | 58 | 17 |
| Octal | 157 | 7 | 127 | 0 | 136 | 26 | 70 | 472 | 130 | 27 |
| Binary | 1101111 | 111 | 1010111 | 0 | 1011110 | 10110 | 111000 | 100111010 | 1011000 | 10111 |
Color Harmonies of #6F0757
Complementary color
Monochromatic Colors of #6F0757
Black with #6F0757
Text Example
Text Example
White with #6F0757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0757; }
p { color: rgb(111,7,87); }
H1.HeaderClassName
{
color: #6F0757;
}
.AnyTagClassName
{
color: #6F0757;
}
</style>
background-color css
<style>
a { background-color: #6F0757; }
a { background-color: rgb(111,7,87); }
div.DivClassName
{
background-color: #6F0757;
}
.BgClassName
{
background-color: #6F0757;
}
</style>
border-color css
<style>
span { border-color: #6F0757; }
span { border-color: rgb(111,7,87); }
td.TdClassName
{
border-color: #6F0757;
}
.TagClassName
{
border-color: #6F0757;
}
</style>