Shades of Tyrian Purple #6F0336
Tints of Tyrian Purple #6F0336
RGB
CMYK
RGB Variations
Color information
#6F0336 (or 0x6F0336) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 36. RGB value is (111,3,54). Sum of RGB (Red+Green+Blue) = 111+3+54=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0336 is #90FCC9. Grayscale: #292929. Windows color (decimal): -9501898 or 3539823. OLE color: 3539823.
HSL color Cylindrical-coordinate representation of color #6F0336: hue angle of 331.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0336 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 54 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.56 |
| HSL | 331.67º | 0.95% | 0.22% | - |
| HSV(B) | 331.67º | 0.97% | 0.44% | - |
| XYZ | 7.25 | 3.71 | 3.82 | - |
| YUV | 41.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 54 | 0 | 0.97 | 0.51 | 0.56 | 331.67 | 0.95 | 0.22 |
| Hex | 6F | 3 | 36 | 0 | 61 | 33 | 38 | 14C | 5F | 16 |
| Octal | 157 | 3 | 66 | 0 | 141 | 63 | 70 | 514 | 137 | 26 |
| Binary | 1101111 | 11 | 110110 | 0 | 1100001 | 110011 | 111000 | 101001100 | 1011111 | 10110 |
Color Harmonies of #6F0336
Complementary color
Monochromatic Colors of #6F0336
Black with #6F0336
Text Example
Text Example
White with #6F0336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0336; }
p { color: rgb(111,3,54); }
H1.HeaderClassName
{
color: #6F0336;
}
.AnyTagClassName
{
color: #6F0336;
}
</style>
background-color css
<style>
a { background-color: #6F0336; }
a { background-color: rgb(111,3,54); }
div.DivClassName
{
background-color: #6F0336;
}
.BgClassName
{
background-color: #6F0336;
}
</style>
border-color css
<style>
span { border-color: #6F0336; }
span { border-color: rgb(111,3,54); }
td.TdClassName
{
border-color: #6F0336;
}
.TagClassName
{
border-color: #6F0336;
}
</style>