Shades of Tyrian Purple #6F0D32
Tints of Tyrian Purple #6F0D32
RGB
CMYK
RGB Variations
Color information
#6F0D32 (or 0x6F0D32) is known color: Tyrian Purple. HEX triplet: 6F, 0D and 32. RGB value is (111,13,50). Sum of RGB (Red+Green+Blue) = 111+13+50=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D32 is #90F2CD. Grayscale: #2E2E2E. Windows color (decimal): -9499342 or 3280239. OLE color: 3280239.
HSL color Cylindrical-coordinate representation of color #6F0D32: hue angle of 337.35º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D32 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 50 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.56 |
| HSL | 337.35º | 0.79% | 0.24% | - |
| HSV(B) | 337.35º | 0.88% | 0.44% | - |
| XYZ | 7.28 | 3.9 | 3.39 | - |
| YUV | 46.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 50 | 0 | 0.88 | 0.55 | 0.56 | 337.35 | 0.79 | 0.24 |
| Hex | 6F | D | 32 | 0 | 58 | 37 | 38 | 151 | 4F | 18 |
| Octal | 157 | 15 | 62 | 0 | 130 | 67 | 70 | 521 | 117 | 30 |
| Binary | 1101111 | 1101 | 110010 | 0 | 1011000 | 110111 | 111000 | 101010001 | 1001111 | 11000 |
Color Harmonies of #6F0D32
Complementary color
Monochromatic Colors of #6F0D32
Black with #6F0D32
Text Example
Text Example
White with #6F0D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D32; }
p { color: rgb(111,13,50); }
H1.HeaderClassName
{
color: #6F0D32;
}
.AnyTagClassName
{
color: #6F0D32;
}
</style>
background-color css
<style>
a { background-color: #6F0D32; }
a { background-color: rgb(111,13,50); }
div.DivClassName
{
background-color: #6F0D32;
}
.BgClassName
{
background-color: #6F0D32;
}
</style>
border-color css
<style>
span { border-color: #6F0D32; }
span { border-color: rgb(111,13,50); }
td.TdClassName
{
border-color: #6F0D32;
}
.TagClassName
{
border-color: #6F0D32;
}
</style>