Shades of Tyrian Purple #6B0C50
Tints of Tyrian Purple #6B0C50
RGB
CMYK
RGB Variations
Color information
#6B0C50 (or 0x6B0C50) is known color: Tyrian Purple. HEX triplet: 6B, 0C and 50. RGB value is (107,12,80). Sum of RGB (Red+Green+Blue) = 107+12+80=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0C50 is #94F3AF. Grayscale: #2F2F2F. Windows color (decimal): -9761712 or 5246059. OLE color: 5246059.
HSL color Cylindrical-coordinate representation of color #6B0C50: hue angle of 317.05º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C50 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 12 | 80 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.58 |
| HSL | 317.05º | 0.8% | 0.23% | - |
| HSV(B) | 317.05º | 0.89% | 0.42% | - |
| XYZ | 7.64 | 3.97 | 7.95 | - |
| YUV | 48.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 80 | 0 | 0.89 | 0.25 | 0.58 | 317.05 | 0.8 | 0.23 |
| Hex | 6B | C | 50 | 0 | 59 | 19 | 3A | 13D | 50 | 17 |
| Octal | 153 | 14 | 120 | 0 | 131 | 31 | 72 | 475 | 120 | 27 |
| Binary | 1101011 | 1100 | 1010000 | 0 | 1011001 | 11001 | 111010 | 100111101 | 1010000 | 10111 |
Color Harmonies of #6B0C50
Complementary color
Monochromatic Colors of #6B0C50
Black with #6B0C50
Text Example
Text Example
White with #6B0C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C50; }
p { color: rgb(107,12,80); }
H1.HeaderClassName
{
color: #6B0C50;
}
.AnyTagClassName
{
color: #6B0C50;
}
</style>
background-color css
<style>
a { background-color: #6B0C50; }
a { background-color: rgb(107,12,80); }
div.DivClassName
{
background-color: #6B0C50;
}
.BgClassName
{
background-color: #6B0C50;
}
</style>
border-color css
<style>
span { border-color: #6B0C50; }
span { border-color: rgb(107,12,80); }
td.TdClassName
{
border-color: #6B0C50;
}
.TagClassName
{
border-color: #6B0C50;
}
</style>