Shades of Tyrian Purple #6B0B42
Tints of Tyrian Purple #6B0B42
RGB
CMYK
RGB Variations
Color information
#6B0B42 (or 0x6B0B42) is known color: Tyrian Purple. HEX triplet: 6B, 0B and 42. RGB value is (107,11,66). Sum of RGB (Red+Green+Blue) = 107+11+66=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0B42 is #94F4BD. Grayscale: #2D2D2D. Windows color (decimal): -9761982 or 4328299. OLE color: 4328299.
HSL color Cylindrical-coordinate representation of color #6B0B42: hue angle of 325.62º 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 #6B0B42 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 11 | 66 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.58 |
| HSL | 325.63º | 0.81% | 0.23% | - |
| HSV(B) | 325.63º | 0.9% | 0.42% | - |
| XYZ | 7.17 | 3.76 | 5.5 | - |
| YUV | 45.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 66 | 0 | 0.90 | 0.38 | 0.58 | 325.63 | 0.81 | 0.23 |
| Hex | 6B | B | 42 | 0 | 5A | 26 | 3A | 146 | 51 | 17 |
| Octal | 153 | 13 | 102 | 0 | 132 | 46 | 72 | 506 | 121 | 27 |
| Binary | 1101011 | 1011 | 1000010 | 0 | 1011010 | 100110 | 111010 | 101000110 | 1010001 | 10111 |
Color Harmonies of #6B0B42
Complementary color
Monochromatic Colors of #6B0B42
Black with #6B0B42
Text Example
Text Example
White with #6B0B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B42; }
p { color: rgb(107,11,66); }
H1.HeaderClassName
{
color: #6B0B42;
}
.AnyTagClassName
{
color: #6B0B42;
}
</style>
background-color css
<style>
a { background-color: #6B0B42; }
a { background-color: rgb(107,11,66); }
div.DivClassName
{
background-color: #6B0B42;
}
.BgClassName
{
background-color: #6B0B42;
}
</style>
border-color css
<style>
span { border-color: #6B0B42; }
span { border-color: rgb(107,11,66); }
td.TdClassName
{
border-color: #6B0B42;
}
.TagClassName
{
border-color: #6B0B42;
}
</style>