Shades of Tyrian Purple #6B012B
Tints of Tyrian Purple #6B012B
RGB
CMYK
RGB Variations
Color information
#6B012B (or 0x6B012B) is known color: Tyrian Purple. HEX triplet: 6B, 01 and 2B. RGB value is (107,1,43). Sum of RGB (Red+Green+Blue) = 107+1+43=151 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.86% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 107 - color contains mainly: red. Hex color #6B012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B012B is #94FED4. Grayscale: #252525. Windows color (decimal): -9764565 or 2818411. OLE color: 2818411.
HSL color Cylindrical-coordinate representation of color #6B012B: hue angle of 336.23º 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 #6B012B is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.58 |
| HSL | 336.23º | 0.98% | 0.21% | - |
| HSV(B) | 336.23º | 0.99% | 0.42% | - |
| XYZ | 6.51 | 3.32 | 2.58 | - |
| YUV | 37.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 43 | 0 | 0.99 | 0.60 | 0.58 | 336.23 | 0.98 | 0.21 |
| Hex | 6B | 1 | 2B | 0 | 63 | 3C | 3A | 150 | 62 | 15 |
| Octal | 153 | 1 | 53 | 0 | 143 | 74 | 72 | 520 | 142 | 25 |
| Binary | 1101011 | 1 | 101011 | 0 | 1100011 | 111100 | 111010 | 101010000 | 1100010 | 10101 |
Color Harmonies of #6B012B
Complementary color
Monochromatic Colors of #6B012B
Black with #6B012B
Text Example
Text Example
White with #6B012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B012B; }
p { color: rgb(107,1,43); }
H1.HeaderClassName
{
color: #6B012B;
}
.AnyTagClassName
{
color: #6B012B;
}
</style>
background-color css
<style>
a { background-color: #6B012B; }
a { background-color: rgb(107,1,43); }
div.DivClassName
{
background-color: #6B012B;
}
.BgClassName
{
background-color: #6B012B;
}
</style>
border-color css
<style>
span { border-color: #6B012B; }
span { border-color: rgb(107,1,43); }
td.TdClassName
{
border-color: #6B012B;
}
.TagClassName
{
border-color: #6B012B;
}
</style>