Shades of Tyrian Purple #6A012B
Tints of Tyrian Purple #6A012B
RGB
CMYK
RGB Variations
Color information
#6A012B (or 0x6A012B) is known color: Tyrian Purple. HEX triplet: 6A, 01 and 2B. RGB value is (106,1,43). Sum of RGB (Red+Green+Blue) = 106+1+43=150 (19% of max value = 765). Red value is 106 (41.80% from 255 or 70.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 106 - color contains mainly: red. Hex color #6A012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A012B is #95FED4. Grayscale: #252525. Windows color (decimal): -9830101 or 2818410. OLE color: 2818410.
HSL color Cylindrical-coordinate representation of color #6A012B: hue angle of 336º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A012B is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.58 |
| HSL | 336º | 0.98% | 0.21% | - |
| HSV(B) | 336º | 0.99% | 0.42% | - |
| XYZ | 6.39 | 3.26 | 2.58 | - |
| YUV | 37.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 43 | 0 | 0.99 | 0.59 | 0.58 | 336 | 0.98 | 0.21 |
| Hex | 6A | 1 | 2B | 0 | 63 | 3B | 3A | 150 | 62 | 15 |
| Octal | 152 | 1 | 53 | 0 | 143 | 73 | 72 | 520 | 142 | 25 |
| Binary | 1101010 | 1 | 101011 | 0 | 1100011 | 111011 | 111010 | 101010000 | 1100010 | 10101 |
Color Harmonies of #6A012B
Complementary color
Monochromatic Colors of #6A012B
Black with #6A012B
Text Example
Text Example
White with #6A012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A012B; }
p { color: rgb(106,1,43); }
H1.HeaderClassName
{
color: #6A012B;
}
.AnyTagClassName
{
color: #6A012B;
}
</style>
background-color css
<style>
a { background-color: #6A012B; }
a { background-color: rgb(106,1,43); }
div.DivClassName
{
background-color: #6A012B;
}
.BgClassName
{
background-color: #6A012B;
}
</style>
border-color css
<style>
span { border-color: #6A012B; }
span { border-color: rgb(106,1,43); }
td.TdClassName
{
border-color: #6A012B;
}
.TagClassName
{
border-color: #6A012B;
}
</style>