Shades of Tyrian Purple #6F0C38
Tints of Tyrian Purple #6F0C38
RGB
CMYK
RGB Variations
Color information
#6F0C38 (or 0x6F0C38) is known color: Tyrian Purple. HEX triplet: 6F, 0C and 38. RGB value is (111,12,56). Sum of RGB (Red+Green+Blue) = 111+12+56=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C38 is #90F3C7. Grayscale: #2E2E2E. Windows color (decimal): -9499592 or 3673199. OLE color: 3673199.
HSL color Cylindrical-coordinate representation of color #6F0C38: hue angle of 333.33º 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 #6F0C38 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 12 | 56 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.56 |
| HSL | 333.33º | 0.8% | 0.24% | - |
| HSV(B) | 333.33º | 0.89% | 0.44% | - |
| XYZ | 7.4 | 3.93 | 4.11 | - |
| YUV | 46.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 56 | 0 | 0.89 | 0.50 | 0.56 | 333.33 | 0.8 | 0.24 |
| Hex | 6F | C | 38 | 0 | 59 | 32 | 38 | 14D | 50 | 18 |
| Octal | 157 | 14 | 70 | 0 | 131 | 62 | 70 | 515 | 120 | 30 |
| Binary | 1101111 | 1100 | 111000 | 0 | 1011001 | 110010 | 111000 | 101001101 | 1010000 | 11000 |
Color Harmonies of #6F0C38
Complementary color
Monochromatic Colors of #6F0C38
Black with #6F0C38
Text Example
Text Example
White with #6F0C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0C38; }
p { color: rgb(111,12,56); }
H1.HeaderClassName
{
color: #6F0C38;
}
.AnyTagClassName
{
color: #6F0C38;
}
</style>
background-color css
<style>
a { background-color: #6F0C38; }
a { background-color: rgb(111,12,56); }
div.DivClassName
{
background-color: #6F0C38;
}
.BgClassName
{
background-color: #6F0C38;
}
</style>
border-color css
<style>
span { border-color: #6F0C38; }
span { border-color: rgb(111,12,56); }
td.TdClassName
{
border-color: #6F0C38;
}
.TagClassName
{
border-color: #6F0C38;
}
</style>