Shades of Tyrian Purple #6F002D
Tints of Tyrian Purple #6F002D
RGB
CMYK
RGB Variations
Color information
#6F002D (or 0x6F002D) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 2D. RGB value is (111,0,45). Sum of RGB (Red+Green+Blue) = 111+0+45=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F002D is #90FFD2. Grayscale: #262626. Windows color (decimal): -9502675 or 2949231. OLE color: 2949231.
HSL color Cylindrical-coordinate representation of color #6F002D: hue angle of 335.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F002D is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.59 | 0.56 |
| HSL | 335.68º | 1% | 0.22% | - |
| HSV(B) | 335.68º | 1% | 0.44% | - |
| XYZ | 7.03 | 3.57 | 2.8 | - |
| YUV | 38.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 45 | 0 | 1 | 0.59 | 0.56 | 335.68 | 1 | 0.22 |
| Hex | 6F | 0 | 2D | 0 | 64 | 3B | 38 | 150 | 64 | 16 |
| Octal | 157 | 0 | 55 | 0 | 144 | 73 | 70 | 520 | 144 | 26 |
| Binary | 1101111 | 0 | 101101 | 0 | 1100100 | 111011 | 111000 | 101010000 | 1100100 | 10110 |
Color Harmonies of #6F002D
Complementary color
Monochromatic Colors of #6F002D
Black with #6F002D
Text Example
Text Example
White with #6F002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F002D; }
p { color: rgb(111,0,45); }
H1.HeaderClassName
{
color: #6F002D;
}
.AnyTagClassName
{
color: #6F002D;
}
</style>
background-color css
<style>
a { background-color: #6F002D; }
a { background-color: rgb(111,0,45); }
div.DivClassName
{
background-color: #6F002D;
}
.BgClassName
{
background-color: #6F002D;
}
</style>
border-color css
<style>
span { border-color: #6F002D; }
span { border-color: rgb(111,0,45); }
td.TdClassName
{
border-color: #6F002D;
}
.TagClassName
{
border-color: #6F002D;
}
</style>