Shades of Tyrian Purple #6F0531
Tints of Tyrian Purple #6F0531
RGB
CMYK
RGB Variations
Color information
#6F0531 (or 0x6F0531) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 31. RGB value is (111,5,49). Sum of RGB (Red+Green+Blue) = 111+5+49=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0531 is #90FACE. Grayscale: #292929. Windows color (decimal): -9501391 or 3212655. OLE color: 3212655.
HSL color Cylindrical-coordinate representation of color #6F0531: hue angle of 335.09º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0531 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 49 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.56 |
| HSL | 335.09º | 0.91% | 0.23% | - |
| HSV(B) | 335.09º | 0.95% | 0.44% | - |
| XYZ | 7.16 | 3.71 | 3.24 | - |
| YUV | 41.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 49 | 0 | 0.95 | 0.56 | 0.56 | 335.09 | 0.91 | 0.23 |
| Hex | 6F | 5 | 31 | 0 | 5F | 38 | 38 | 14F | 5B | 17 |
| Octal | 157 | 5 | 61 | 0 | 137 | 70 | 70 | 517 | 133 | 27 |
| Binary | 1101111 | 101 | 110001 | 0 | 1011111 | 111000 | 111000 | 101001111 | 1011011 | 10111 |
Color Harmonies of #6F0531
Complementary color
Monochromatic Colors of #6F0531
Black with #6F0531
Text Example
Text Example
White with #6F0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0531; }
p { color: rgb(111,5,49); }
H1.HeaderClassName
{
color: #6F0531;
}
.AnyTagClassName
{
color: #6F0531;
}
</style>
background-color css
<style>
a { background-color: #6F0531; }
a { background-color: rgb(111,5,49); }
div.DivClassName
{
background-color: #6F0531;
}
.BgClassName
{
background-color: #6F0531;
}
</style>
border-color css
<style>
span { border-color: #6F0531; }
span { border-color: rgb(111,5,49); }
td.TdClassName
{
border-color: #6F0531;
}
.TagClassName
{
border-color: #6F0531;
}
</style>