Shades of Tyrian Purple #6F022F
Tints of Tyrian Purple #6F022F
RGB
CMYK
RGB Variations
Color information
#6F022F (or 0x6F022F) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 2F. RGB value is (111,2,47). Sum of RGB (Red+Green+Blue) = 111+2+47=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F022F is #90FDD0. Grayscale: #272727. Windows color (decimal): -9502161 or 3080815. OLE color: 3080815.
HSL color Cylindrical-coordinate representation of color #6F022F: hue angle of 335.23º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F022F is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.56 |
| HSL | 335.23º | 0.96% | 0.22% | - |
| HSV(B) | 335.23º | 0.98% | 0.44% | - |
| XYZ | 7.09 | 3.63 | 3.02 | - |
| YUV | 39.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 47 | 0 | 0.98 | 0.58 | 0.56 | 335.23 | 0.96 | 0.22 |
| Hex | 6F | 2 | 2F | 0 | 62 | 3A | 38 | 14F | 60 | 16 |
| Octal | 157 | 2 | 57 | 0 | 142 | 72 | 70 | 517 | 140 | 26 |
| Binary | 1101111 | 10 | 101111 | 0 | 1100010 | 111010 | 111000 | 101001111 | 1100000 | 10110 |
Color Harmonies of #6F022F
Complementary color
Monochromatic Colors of #6F022F
Black with #6F022F
Text Example
Text Example
White with #6F022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F022F; }
p { color: rgb(111,2,47); }
H1.HeaderClassName
{
color: #6F022F;
}
.AnyTagClassName
{
color: #6F022F;
}
</style>
background-color css
<style>
a { background-color: #6F022F; }
a { background-color: rgb(111,2,47); }
div.DivClassName
{
background-color: #6F022F;
}
.BgClassName
{
background-color: #6F022F;
}
</style>
border-color css
<style>
span { border-color: #6F022F; }
span { border-color: rgb(111,2,47); }
td.TdClassName
{
border-color: #6F022F;
}
.TagClassName
{
border-color: #6F022F;
}
</style>