Shades of Tyrian Purple #6B072B
Tints of Tyrian Purple #6B072B
RGB
CMYK
RGB Variations
Color information
#6B072B (or 0x6B072B) is known color: Tyrian Purple. HEX triplet: 6B, 07 and 2B. RGB value is (107,7,43). Sum of RGB (Red+Green+Blue) = 107+7+43=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B072B is #94F8D4. Grayscale: #282828. Windows color (decimal): -9763029 or 2819947. OLE color: 2819947.
HSL color Cylindrical-coordinate representation of color #6B072B: hue angle of 338.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B072B is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 43 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.58 |
| HSL | 338.4º | 0.88% | 0.22% | - |
| HSV(B) | 338.4º | 0.93% | 0.42% | - |
| XYZ | 6.58 | 3.45 | 2.61 | - |
| YUV | 41 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 43 | 0 | 0.93 | 0.60 | 0.58 | 338.4 | 0.88 | 0.22 |
| Hex | 6B | 7 | 2B | 0 | 5D | 3C | 3A | 152 | 58 | 16 |
| Octal | 153 | 7 | 53 | 0 | 135 | 74 | 72 | 522 | 130 | 26 |
| Binary | 1101011 | 111 | 101011 | 0 | 1011101 | 111100 | 111010 | 101010010 | 1011000 | 10110 |
Color Harmonies of #6B072B
Complementary color
Monochromatic Colors of #6B072B
Black with #6B072B
Text Example
Text Example
White with #6B072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B072B; }
p { color: rgb(107,7,43); }
H1.HeaderClassName
{
color: #6B072B;
}
.AnyTagClassName
{
color: #6B072B;
}
</style>
background-color css
<style>
a { background-color: #6B072B; }
a { background-color: rgb(107,7,43); }
div.DivClassName
{
background-color: #6B072B;
}
.BgClassName
{
background-color: #6B072B;
}
</style>
border-color css
<style>
span { border-color: #6B072B; }
span { border-color: rgb(107,7,43); }
td.TdClassName
{
border-color: #6B072B;
}
.TagClassName
{
border-color: #6B072B;
}
</style>