Shades of Tyrian Purple #6B073A
Tints of Tyrian Purple #6B073A
RGB
CMYK
RGB Variations
Color information
#6B073A (or 0x6B073A) is known color: Tyrian Purple. HEX triplet: 6B, 07 and 3A. RGB value is (107,7,58). Sum of RGB (Red+Green+Blue) = 107+7+58=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B073A is #94F8C5. Grayscale: #2A2A2A. Windows color (decimal): -9763014 or 3802987. OLE color: 3802987.
HSL color Cylindrical-coordinate representation of color #6B073A: hue angle of 329.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 #6B073A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 58 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.58 |
| HSL | 329.4º | 0.88% | 0.22% | - |
| HSV(B) | 329.4º | 0.93% | 0.42% | - |
| XYZ | 6.9 | 3.58 | 4.33 | - |
| YUV | 42.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 58 | 0 | 0.93 | 0.46 | 0.58 | 329.4 | 0.88 | 0.22 |
| Hex | 6B | 7 | 3A | 0 | 5D | 2E | 3A | 149 | 58 | 16 |
| Octal | 153 | 7 | 72 | 0 | 135 | 56 | 72 | 511 | 130 | 26 |
| Binary | 1101011 | 111 | 111010 | 0 | 1011101 | 101110 | 111010 | 101001001 | 1011000 | 10110 |
Color Harmonies of #6B073A
Complementary color
Monochromatic Colors of #6B073A
Black with #6B073A
Text Example
Text Example
White with #6B073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B073A; }
p { color: rgb(107,7,58); }
H1.HeaderClassName
{
color: #6B073A;
}
.AnyTagClassName
{
color: #6B073A;
}
</style>
background-color css
<style>
a { background-color: #6B073A; }
a { background-color: rgb(107,7,58); }
div.DivClassName
{
background-color: #6B073A;
}
.BgClassName
{
background-color: #6B073A;
}
</style>
border-color css
<style>
span { border-color: #6B073A; }
span { border-color: rgb(107,7,58); }
td.TdClassName
{
border-color: #6B073A;
}
.TagClassName
{
border-color: #6B073A;
}
</style>