Shades of Tyrian Purple #6F0635
Tints of Tyrian Purple #6F0635
RGB
CMYK
RGB Variations
Color information
#6F0635 (or 0x6F0635) is known color: Tyrian Purple. HEX triplet: 6F, 06 and 35. RGB value is (111,6,53). Sum of RGB (Red+Green+Blue) = 111+6+53=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0635 is #90F9CA. Grayscale: #2A2A2A. Windows color (decimal): -9501131 or 3475055. OLE color: 3475055.
HSL color Cylindrical-coordinate representation of color #6F0635: hue angle of 333.14º 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 #6F0635 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 53 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.56 |
| HSL | 333.14º | 0.9% | 0.23% | - |
| HSV(B) | 333.14º | 0.95% | 0.44% | - |
| XYZ | 7.26 | 3.77 | 3.71 | - |
| YUV | 42.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 53 | 0 | 0.95 | 0.52 | 0.56 | 333.14 | 0.9 | 0.23 |
| Hex | 6F | 6 | 35 | 0 | 5F | 34 | 38 | 14D | 5A | 17 |
| Octal | 157 | 6 | 65 | 0 | 137 | 64 | 70 | 515 | 132 | 27 |
| Binary | 1101111 | 110 | 110101 | 0 | 1011111 | 110100 | 111000 | 101001101 | 1011010 | 10111 |
Color Harmonies of #6F0635
Complementary color
Monochromatic Colors of #6F0635
Black with #6F0635
Text Example
Text Example
White with #6F0635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0635; }
p { color: rgb(111,6,53); }
H1.HeaderClassName
{
color: #6F0635;
}
.AnyTagClassName
{
color: #6F0635;
}
</style>
background-color css
<style>
a { background-color: #6F0635; }
a { background-color: rgb(111,6,53); }
div.DivClassName
{
background-color: #6F0635;
}
.BgClassName
{
background-color: #6F0635;
}
</style>
border-color css
<style>
span { border-color: #6F0635; }
span { border-color: rgb(111,6,53); }
td.TdClassName
{
border-color: #6F0635;
}
.TagClassName
{
border-color: #6F0635;
}
</style>