Shades of Tyrian Purple #6F0137
Tints of Tyrian Purple #6F0137
RGB
CMYK
RGB Variations
Color information
#6F0137 (or 0x6F0137) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 37. RGB value is (111,1,55). Sum of RGB (Red+Green+Blue) = 111+1+55=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0137 is #90FEC8. Grayscale: #272727. Windows color (decimal): -9502409 or 3604847. OLE color: 3604847.
HSL color Cylindrical-coordinate representation of color #6F0137: hue angle of 330.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0137 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.56 |
| HSL | 330.55º | 0.98% | 0.22% | - |
| HSV(B) | 330.55º | 0.99% | 0.44% | - |
| XYZ | 7.26 | 3.68 | 3.94 | - |
| YUV | 40.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 55 | 0 | 0.99 | 0.50 | 0.56 | 330.55 | 0.98 | 0.22 |
| Hex | 6F | 1 | 37 | 0 | 63 | 32 | 38 | 14B | 62 | 16 |
| Octal | 157 | 1 | 67 | 0 | 143 | 62 | 70 | 513 | 142 | 26 |
| Binary | 1101111 | 1 | 110111 | 0 | 1100011 | 110010 | 111000 | 101001011 | 1100010 | 10110 |
Color Harmonies of #6F0137
Complementary color
Monochromatic Colors of #6F0137
Black with #6F0137
Text Example
Text Example
White with #6F0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0137; }
p { color: rgb(111,1,55); }
H1.HeaderClassName
{
color: #6F0137;
}
.AnyTagClassName
{
color: #6F0137;
}
</style>
background-color css
<style>
a { background-color: #6F0137; }
a { background-color: rgb(111,1,55); }
div.DivClassName
{
background-color: #6F0137;
}
.BgClassName
{
background-color: #6F0137;
}
</style>
border-color css
<style>
span { border-color: #6F0137; }
span { border-color: rgb(111,1,55); }
td.TdClassName
{
border-color: #6F0137;
}
.TagClassName
{
border-color: #6F0137;
}
</style>