Shades of Tyrian Purple #6F0637
Tints of Tyrian Purple #6F0637
RGB
CMYK
RGB Variations
Color information
#6F0637 (or 0x6F0637) is known color: Tyrian Purple. HEX triplet: 6F, 06 and 37. RGB value is (111,6,55). Sum of RGB (Red+Green+Blue) = 111+6+55=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0637 is #90F9C8. Grayscale: #2A2A2A. Windows color (decimal): -9501129 or 3606127. OLE color: 3606127.
HSL color Cylindrical-coordinate representation of color #6F0637: hue angle of 332º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0637 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 55 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.56 |
| HSL | 332º | 0.9% | 0.23% | - |
| HSV(B) | 332º | 0.95% | 0.44% | - |
| XYZ | 7.31 | 3.79 | 3.96 | - |
| YUV | 42.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 55 | 0 | 0.95 | 0.50 | 0.56 | 332 | 0.9 | 0.23 |
| Hex | 6F | 6 | 37 | 0 | 5F | 32 | 38 | 14C | 5A | 17 |
| Octal | 157 | 6 | 67 | 0 | 137 | 62 | 70 | 514 | 132 | 27 |
| Binary | 1101111 | 110 | 110111 | 0 | 1011111 | 110010 | 111000 | 101001100 | 1011010 | 10111 |
Color Harmonies of #6F0637
Complementary color
Monochromatic Colors of #6F0637
Black with #6F0637
Text Example
Text Example
White with #6F0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0637; }
p { color: rgb(111,6,55); }
H1.HeaderClassName
{
color: #6F0637;
}
.AnyTagClassName
{
color: #6F0637;
}
</style>
background-color css
<style>
a { background-color: #6F0637; }
a { background-color: rgb(111,6,55); }
div.DivClassName
{
background-color: #6F0637;
}
.BgClassName
{
background-color: #6F0637;
}
</style>
border-color css
<style>
span { border-color: #6F0637; }
span { border-color: rgb(111,6,55); }
td.TdClassName
{
border-color: #6F0637;
}
.TagClassName
{
border-color: #6F0637;
}
</style>