Shades of Tyrian Purple #6F0841
Tints of Tyrian Purple #6F0841
RGB
CMYK
RGB Variations
Color information
#6F0841 (or 0x6F0841) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 41. RGB value is (111,8,65). Sum of RGB (Red+Green+Blue) = 111+8+65=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0841 is #90F7BE. Grayscale: #2D2D2D. Windows color (decimal): -9500607 or 4261999. OLE color: 4261999.
HSL color Cylindrical-coordinate representation of color #6F0841: hue angle of 326.8º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0841 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 65 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.56 |
| HSL | 326.8º | 0.87% | 0.23% | - |
| HSV(B) | 326.8º | 0.93% | 0.44% | - |
| XYZ | 7.6 | 3.93 | 5.36 | - |
| YUV | 45.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 65 | 0 | 0.93 | 0.41 | 0.56 | 326.8 | 0.87 | 0.23 |
| Hex | 6F | 8 | 41 | 0 | 5D | 29 | 38 | 147 | 57 | 17 |
| Octal | 157 | 10 | 101 | 0 | 135 | 51 | 70 | 507 | 127 | 27 |
| Binary | 1101111 | 1000 | 1000001 | 0 | 1011101 | 101001 | 111000 | 101000111 | 1010111 | 10111 |
Color Harmonies of #6F0841
Complementary color
Monochromatic Colors of #6F0841
Black with #6F0841
Text Example
Text Example
White with #6F0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0841; }
p { color: rgb(111,8,65); }
H1.HeaderClassName
{
color: #6F0841;
}
.AnyTagClassName
{
color: #6F0841;
}
</style>
background-color css
<style>
a { background-color: #6F0841; }
a { background-color: rgb(111,8,65); }
div.DivClassName
{
background-color: #6F0841;
}
.BgClassName
{
background-color: #6F0841;
}
</style>
border-color css
<style>
span { border-color: #6F0841; }
span { border-color: rgb(111,8,65); }
td.TdClassName
{
border-color: #6F0841;
}
.TagClassName
{
border-color: #6F0841;
}
</style>