Shades of Tyrian Purple #6F0D3F
Tints of Tyrian Purple #6F0D3F
RGB
CMYK
RGB Variations
Color information
#6F0D3F (or 0x6F0D3F) is known color: Tyrian Purple. HEX triplet: 6F, 0D and 3F. RGB value is (111,13,63). Sum of RGB (Red+Green+Blue) = 111+13+63=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D3F is #90F2C0. Grayscale: #2F2F2F. Windows color (decimal): -9499329 or 4132207. OLE color: 4132207.
HSL color Cylindrical-coordinate representation of color #6F0D3F: hue angle of 329.39º 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 #6F0D3F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 63 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.56 |
| HSL | 329.39º | 0.79% | 0.24% | - |
| HSV(B) | 329.39º | 0.88% | 0.44% | - |
| XYZ | 7.6 | 4.03 | 5.08 | - |
| YUV | 48 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 63 | 0 | 0.88 | 0.43 | 0.56 | 329.39 | 0.79 | 0.24 |
| Hex | 6F | D | 3F | 0 | 58 | 2B | 38 | 149 | 4F | 18 |
| Octal | 157 | 15 | 77 | 0 | 130 | 53 | 70 | 511 | 117 | 30 |
| Binary | 1101111 | 1101 | 111111 | 0 | 1011000 | 101011 | 111000 | 101001001 | 1001111 | 11000 |
Color Harmonies of #6F0D3F
Complementary color
Monochromatic Colors of #6F0D3F
Black with #6F0D3F
Text Example
Text Example
White with #6F0D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D3F; }
p { color: rgb(111,13,63); }
H1.HeaderClassName
{
color: #6F0D3F;
}
.AnyTagClassName
{
color: #6F0D3F;
}
</style>
background-color css
<style>
a { background-color: #6F0D3F; }
a { background-color: rgb(111,13,63); }
div.DivClassName
{
background-color: #6F0D3F;
}
.BgClassName
{
background-color: #6F0D3F;
}
</style>
border-color css
<style>
span { border-color: #6F0D3F; }
span { border-color: rgb(111,13,63); }
td.TdClassName
{
border-color: #6F0D3F;
}
.TagClassName
{
border-color: #6F0D3F;
}
</style>