Shades of Tyrian Purple #6B0F40
Tints of Tyrian Purple #6B0F40
RGB
CMYK
RGB Variations
Color information
#6B0F40 (or 0x6B0F40) is known color: Tyrian Purple. HEX triplet: 6B, 0F and 40. RGB value is (107,15,64). Sum of RGB (Red+Green+Blue) = 107+15+64=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0F40 is #94F0BF. Grayscale: #2F2F2F. Windows color (decimal): -9760960 or 4198251. OLE color: 4198251.
HSL color Cylindrical-coordinate representation of color #6B0F40: hue angle of 328.04º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B0F40 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 15 | 64 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.58 |
| HSL | 328.04º | 0.75% | 0.24% | - |
| HSV(B) | 328.04º | 0.86% | 0.42% | - |
| XYZ | 7.16 | 3.84 | 5.21 | - |
| YUV | 48.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 15 | 64 | 0 | 0.86 | 0.40 | 0.58 | 328.04 | 0.75 | 0.24 |
| Hex | 6B | F | 40 | 0 | 56 | 28 | 3A | 148 | 4B | 18 |
| Octal | 153 | 17 | 100 | 0 | 126 | 50 | 72 | 510 | 113 | 30 |
| Binary | 1101011 | 1111 | 1000000 | 0 | 1010110 | 101000 | 111010 | 101001000 | 1001011 | 11000 |
Color Harmonies of #6B0F40
Complementary color
Monochromatic Colors of #6B0F40
Black with #6B0F40
Text Example
Text Example
White with #6B0F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0F40; }
p { color: rgb(107,15,64); }
H1.HeaderClassName
{
color: #6B0F40;
}
.AnyTagClassName
{
color: #6B0F40;
}
</style>
background-color css
<style>
a { background-color: #6B0F40; }
a { background-color: rgb(107,15,64); }
div.DivClassName
{
background-color: #6B0F40;
}
.BgClassName
{
background-color: #6B0F40;
}
</style>
border-color css
<style>
span { border-color: #6B0F40; }
span { border-color: rgb(107,15,64); }
td.TdClassName
{
border-color: #6B0F40;
}
.TagClassName
{
border-color: #6B0F40;
}
</style>