Shades of Tyrian Purple #6B0047
Tints of Tyrian Purple #6B0047
RGB
CMYK
RGB Variations
Color information
#6B0047 (or 0x6B0047) is known color: Tyrian Purple. HEX triplet: 6B, 00 and 47. RGB value is (107,0,71). Sum of RGB (Red+Green+Blue) = 107+0+71=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0047 is #94FFB8. Grayscale: #272727. Windows color (decimal): -9764793 or 4653163. OLE color: 4653163.
HSL color Cylindrical-coordinate representation of color #6B0047: hue angle of 320.19º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0047 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.34 | 0.58 |
| HSL | 320.19º | 1% | 0.21% | - |
| HSV(B) | 320.19º | 1% | 0.42% | - |
| XYZ | 7.2 | 3.58 | 6.27 | - |
| YUV | 40.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 71 | 0 | 1 | 0.34 | 0.58 | 320.19 | 1 | 0.21 |
| Hex | 6B | 0 | 47 | 0 | 64 | 22 | 3A | 140 | 64 | 15 |
| Octal | 153 | 0 | 107 | 0 | 144 | 42 | 72 | 500 | 144 | 25 |
| Binary | 1101011 | 0 | 1000111 | 0 | 1100100 | 100010 | 111010 | 101000000 | 1100100 | 10101 |
Color Harmonies of #6B0047
Complementary color
Monochromatic Colors of #6B0047
Black with #6B0047
Text Example
Text Example
White with #6B0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0047; }
p { color: rgb(107,0,71); }
H1.HeaderClassName
{
color: #6B0047;
}
.AnyTagClassName
{
color: #6B0047;
}
</style>
background-color css
<style>
a { background-color: #6B0047; }
a { background-color: rgb(107,0,71); }
div.DivClassName
{
background-color: #6B0047;
}
.BgClassName
{
background-color: #6B0047;
}
</style>
border-color css
<style>
span { border-color: #6B0047; }
span { border-color: rgb(107,0,71); }
td.TdClassName
{
border-color: #6B0047;
}
.TagClassName
{
border-color: #6B0047;
}
</style>