Shades of Tyrian Purple #6F0C48
Tints of Tyrian Purple #6F0C48
RGB
CMYK
RGB Variations
Color information
#6F0C48 (or 0x6F0C48) is known color: Tyrian Purple. HEX triplet: 6F, 0C and 48. RGB value is (111,12,72). Sum of RGB (Red+Green+Blue) = 111+12+72=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C48 is #90F3B7. Grayscale: #303030. Windows color (decimal): -9499576 or 4721775. OLE color: 4721775.
HSL color Cylindrical-coordinate representation of color #6F0C48: hue angle of 323.64º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C48 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 12 | 72 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.56 |
| HSL | 323.64º | 0.8% | 0.24% | - |
| HSV(B) | 323.64º | 0.89% | 0.44% | - |
| XYZ | 7.86 | 4.11 | 6.51 | - |
| YUV | 48.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 72 | 0 | 0.89 | 0.35 | 0.56 | 323.64 | 0.8 | 0.24 |
| Hex | 6F | C | 48 | 0 | 59 | 23 | 38 | 144 | 50 | 18 |
| Octal | 157 | 14 | 110 | 0 | 131 | 43 | 70 | 504 | 120 | 30 |
| Binary | 1101111 | 1100 | 1001000 | 0 | 1011001 | 100011 | 111000 | 101000100 | 1010000 | 11000 |
Color Harmonies of #6F0C48
Complementary color
Monochromatic Colors of #6F0C48
Black with #6F0C48
Text Example
Text Example
White with #6F0C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0C48; }
p { color: rgb(111,12,72); }
H1.HeaderClassName
{
color: #6F0C48;
}
.AnyTagClassName
{
color: #6F0C48;
}
</style>
background-color css
<style>
a { background-color: #6F0C48; }
a { background-color: rgb(111,12,72); }
div.DivClassName
{
background-color: #6F0C48;
}
.BgClassName
{
background-color: #6F0C48;
}
</style>
border-color css
<style>
span { border-color: #6F0C48; }
span { border-color: rgb(111,12,72); }
td.TdClassName
{
border-color: #6F0C48;
}
.TagClassName
{
border-color: #6F0C48;
}
</style>