Shades of Tyrian Purple #6F043F
Tints of Tyrian Purple #6F043F
RGB
CMYK
RGB Variations
Color information
#6F043F (or 0x6F043F) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 3F. RGB value is (111,4,63). Sum of RGB (Red+Green+Blue) = 111+4+63=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F043F is #90FBC0. Grayscale: #2A2A2A. Windows color (decimal): -9501633 or 4129903. OLE color: 4129903.
HSL color Cylindrical-coordinate representation of color #6F043F: hue angle of 326.92º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F043F is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 63 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.56 |
| HSL | 326.92º | 0.93% | 0.23% | - |
| HSV(B) | 326.92º | 0.96% | 0.44% | - |
| XYZ | 7.5 | 3.83 | 5.05 | - |
| YUV | 42.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 63 | 0 | 0.96 | 0.43 | 0.56 | 326.92 | 0.93 | 0.23 |
| Hex | 6F | 4 | 3F | 0 | 60 | 2B | 38 | 147 | 5D | 17 |
| Octal | 157 | 4 | 77 | 0 | 140 | 53 | 70 | 507 | 135 | 27 |
| Binary | 1101111 | 100 | 111111 | 0 | 1100000 | 101011 | 111000 | 101000111 | 1011101 | 10111 |
Color Harmonies of #6F043F
Complementary color
Monochromatic Colors of #6F043F
Black with #6F043F
Text Example
Text Example
White with #6F043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F043F; }
p { color: rgb(111,4,63); }
H1.HeaderClassName
{
color: #6F043F;
}
.AnyTagClassName
{
color: #6F043F;
}
</style>
background-color css
<style>
a { background-color: #6F043F; }
a { background-color: rgb(111,4,63); }
div.DivClassName
{
background-color: #6F043F;
}
.BgClassName
{
background-color: #6F043F;
}
</style>
border-color css
<style>
span { border-color: #6F043F; }
span { border-color: rgb(111,4,63); }
td.TdClassName
{
border-color: #6F043F;
}
.TagClassName
{
border-color: #6F043F;
}
</style>