Shades of Tyrian Purple #6F063A
Tints of Tyrian Purple #6F063A
RGB
CMYK
RGB Variations
Color information
#6F063A (or 0x6F063A) is known color: Tyrian Purple. HEX triplet: 6F, 06 and 3A. RGB value is (111,6,58). Sum of RGB (Red+Green+Blue) = 111+6+58=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F063A is #90F9C5. Grayscale: #2B2B2B. Windows color (decimal): -9501126 or 3802735. OLE color: 3802735.
HSL color Cylindrical-coordinate representation of color #6F063A: hue angle of 330.29º degrees, saturation: 0.9, 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 #6F063A is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 58 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.56 |
| HSL | 330.29º | 0.9% | 0.23% | - |
| HSV(B) | 330.29º | 0.95% | 0.44% | - |
| XYZ | 7.38 | 3.82 | 4.35 | - |
| YUV | 43.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 58 | 0 | 0.95 | 0.48 | 0.56 | 330.29 | 0.9 | 0.23 |
| Hex | 6F | 6 | 3A | 0 | 5F | 30 | 38 | 14A | 5A | 17 |
| Octal | 157 | 6 | 72 | 0 | 137 | 60 | 70 | 512 | 132 | 27 |
| Binary | 1101111 | 110 | 111010 | 0 | 1011111 | 110000 | 111000 | 101001010 | 1011010 | 10111 |
Color Harmonies of #6F063A
Complementary color
Monochromatic Colors of #6F063A
Black with #6F063A
Text Example
Text Example
White with #6F063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F063A; }
p { color: rgb(111,6,58); }
H1.HeaderClassName
{
color: #6F063A;
}
.AnyTagClassName
{
color: #6F063A;
}
</style>
background-color css
<style>
a { background-color: #6F063A; }
a { background-color: rgb(111,6,58); }
div.DivClassName
{
background-color: #6F063A;
}
.BgClassName
{
background-color: #6F063A;
}
</style>
border-color css
<style>
span { border-color: #6F063A; }
span { border-color: rgb(111,6,58); }
td.TdClassName
{
border-color: #6F063A;
}
.TagClassName
{
border-color: #6F063A;
}
</style>