Shades of Tyrian Purple #6F012D
Tints of Tyrian Purple #6F012D
RGB
CMYK
RGB Variations
Color information
#6F012D (or 0x6F012D) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 2D. RGB value is (111,1,45). Sum of RGB (Red+Green+Blue) = 111+1+45=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F012D is #90FED2. Grayscale: #262626. Windows color (decimal): -9502419 or 2949487. OLE color: 2949487.
HSL color Cylindrical-coordinate representation of color #6F012D: hue angle of 336º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F012D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.56 |
| HSL | 336º | 0.98% | 0.22% | - |
| HSV(B) | 336º | 0.99% | 0.44% | - |
| XYZ | 7.04 | 3.59 | 2.8 | - |
| YUV | 38.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 45 | 0 | 0.99 | 0.59 | 0.56 | 336 | 0.98 | 0.22 |
| Hex | 6F | 1 | 2D | 0 | 63 | 3B | 38 | 150 | 62 | 16 |
| Octal | 157 | 1 | 55 | 0 | 143 | 73 | 70 | 520 | 142 | 26 |
| Binary | 1101111 | 1 | 101101 | 0 | 1100011 | 111011 | 111000 | 101010000 | 1100010 | 10110 |
Color Harmonies of #6F012D
Complementary color
Monochromatic Colors of #6F012D
Black with #6F012D
Text Example
Text Example
White with #6F012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F012D; }
p { color: rgb(111,1,45); }
H1.HeaderClassName
{
color: #6F012D;
}
.AnyTagClassName
{
color: #6F012D;
}
</style>
background-color css
<style>
a { background-color: #6F012D; }
a { background-color: rgb(111,1,45); }
div.DivClassName
{
background-color: #6F012D;
}
.BgClassName
{
background-color: #6F012D;
}
</style>
border-color css
<style>
span { border-color: #6F012D; }
span { border-color: rgb(111,1,45); }
td.TdClassName
{
border-color: #6F012D;
}
.TagClassName
{
border-color: #6F012D;
}
</style>