Shades of Tyrian Purple #6F0D4C
Tints of Tyrian Purple #6F0D4C
RGB
CMYK
RGB Variations
Color information
#6F0D4C (or 0x6F0D4C) is known color: Tyrian Purple. HEX triplet: 6F, 0D and 4C. RGB value is (111,13,76). Sum of RGB (Red+Green+Blue) = 111+13+76=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D4C is #90F2B3. Grayscale: #313131. Windows color (decimal): -9499316 or 4984175. OLE color: 4984175.
HSL color Cylindrical-coordinate representation of color #6F0D4C: hue angle of 321.43º 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 #6F0D4C is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 76 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.56 |
| HSL | 321.43º | 0.79% | 0.24% | - |
| HSV(B) | 321.43º | 0.88% | 0.44% | - |
| XYZ | 8 | 4.19 | 7.22 | - |
| YUV | 49.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 76 | 0 | 0.88 | 0.32 | 0.56 | 321.43 | 0.79 | 0.24 |
| Hex | 6F | D | 4C | 0 | 58 | 20 | 38 | 141 | 4F | 18 |
| Octal | 157 | 15 | 114 | 0 | 130 | 40 | 70 | 501 | 117 | 30 |
| Binary | 1101111 | 1101 | 1001100 | 0 | 1011000 | 100000 | 111000 | 101000001 | 1001111 | 11000 |
Color Harmonies of #6F0D4C
Complementary color
Monochromatic Colors of #6F0D4C
Black with #6F0D4C
Text Example
Text Example
White with #6F0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D4C; }
p { color: rgb(111,13,76); }
H1.HeaderClassName
{
color: #6F0D4C;
}
.AnyTagClassName
{
color: #6F0D4C;
}
</style>
background-color css
<style>
a { background-color: #6F0D4C; }
a { background-color: rgb(111,13,76); }
div.DivClassName
{
background-color: #6F0D4C;
}
.BgClassName
{
background-color: #6F0D4C;
}
</style>
border-color css
<style>
span { border-color: #6F0D4C; }
span { border-color: rgb(111,13,76); }
td.TdClassName
{
border-color: #6F0D4C;
}
.TagClassName
{
border-color: #6F0D4C;
}
</style>