Shades of Tyrian Purple #6B0B3E
Tints of Tyrian Purple #6B0B3E
RGB
CMYK
RGB Variations
Color information
#6B0B3E (or 0x6B0B3E) is known color: Tyrian Purple. HEX triplet: 6B, 0B and 3E. RGB value is (107,11,62). Sum of RGB (Red+Green+Blue) = 107+11+62=180 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.44% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0B3E is #94F4C1. Grayscale: #2D2D2D. Windows color (decimal): -9761986 or 4066155. OLE color: 4066155.
HSL color Cylindrical-coordinate representation of color #6B0B3E: hue angle of 328.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B3E is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 11 | 62 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.58 |
| HSL | 328.13º | 0.81% | 0.23% | - |
| HSV(B) | 328.13º | 0.9% | 0.42% | - |
| XYZ | 7.05 | 3.71 | 4.9 | - |
| YUV | 45.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 62 | 0 | 0.90 | 0.42 | 0.58 | 328.13 | 0.81 | 0.23 |
| Hex | 6B | B | 3E | 0 | 5A | 2A | 3A | 148 | 51 | 17 |
| Octal | 153 | 13 | 76 | 0 | 132 | 52 | 72 | 510 | 121 | 27 |
| Binary | 1101011 | 1011 | 111110 | 0 | 1011010 | 101010 | 111010 | 101001000 | 1010001 | 10111 |
Color Harmonies of #6B0B3E
Complementary color
Monochromatic Colors of #6B0B3E
Black with #6B0B3E
Text Example
Text Example
White with #6B0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B3E; }
p { color: rgb(107,11,62); }
H1.HeaderClassName
{
color: #6B0B3E;
}
.AnyTagClassName
{
color: #6B0B3E;
}
</style>
background-color css
<style>
a { background-color: #6B0B3E; }
a { background-color: rgb(107,11,62); }
div.DivClassName
{
background-color: #6B0B3E;
}
.BgClassName
{
background-color: #6B0B3E;
}
</style>
border-color css
<style>
span { border-color: #6B0B3E; }
span { border-color: rgb(107,11,62); }
td.TdClassName
{
border-color: #6B0B3E;
}
.TagClassName
{
border-color: #6B0B3E;
}
</style>