Shades of Tyrian Purple #6F0D3C
Tints of Tyrian Purple #6F0D3C
RGB
CMYK
RGB Variations
Color information
#6F0D3C (or 0x6F0D3C) is known color: Tyrian Purple. HEX triplet: 6F, 0D and 3C. RGB value is (111,13,60). Sum of RGB (Red+Green+Blue) = 111+13+60=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D3C is #90F2C3. Grayscale: #2F2F2F. Windows color (decimal): -9499332 or 3935599. OLE color: 3935599.
HSL color Cylindrical-coordinate representation of color #6F0D3C: hue angle of 331.22º 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 #6F0D3C is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 60 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.56 |
| HSL | 331.22º | 0.79% | 0.24% | - |
| HSV(B) | 331.22º | 0.88% | 0.44% | - |
| XYZ | 7.52 | 3.99 | 4.65 | - |
| YUV | 47.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 60 | 0 | 0.88 | 0.46 | 0.56 | 331.22 | 0.79 | 0.24 |
| Hex | 6F | D | 3C | 0 | 58 | 2E | 38 | 14B | 4F | 18 |
| Octal | 157 | 15 | 74 | 0 | 130 | 56 | 70 | 513 | 117 | 30 |
| Binary | 1101111 | 1101 | 111100 | 0 | 1011000 | 101110 | 111000 | 101001011 | 1001111 | 11000 |
Color Harmonies of #6F0D3C
Complementary color
Monochromatic Colors of #6F0D3C
Black with #6F0D3C
Text Example
Text Example
White with #6F0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D3C; }
p { color: rgb(111,13,60); }
H1.HeaderClassName
{
color: #6F0D3C;
}
.AnyTagClassName
{
color: #6F0D3C;
}
</style>
background-color css
<style>
a { background-color: #6F0D3C; }
a { background-color: rgb(111,13,60); }
div.DivClassName
{
background-color: #6F0D3C;
}
.BgClassName
{
background-color: #6F0D3C;
}
</style>
border-color css
<style>
span { border-color: #6F0D3C; }
span { border-color: rgb(111,13,60); }
td.TdClassName
{
border-color: #6F0D3C;
}
.TagClassName
{
border-color: #6F0D3C;
}
</style>