Shades of Tyrian Purple #6B093A
Tints of Tyrian Purple #6B093A
RGB
CMYK
RGB Variations
Color information
#6B093A (or 0x6B093A) is known color: Tyrian Purple. HEX triplet: 6B, 09 and 3A. RGB value is (107,9,58). Sum of RGB (Red+Green+Blue) = 107+9+58=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B093A is #94F6C5. Grayscale: #2B2B2B. Windows color (decimal): -9762502 or 3803499. OLE color: 3803499.
HSL color Cylindrical-coordinate representation of color #6B093A: hue angle of 330º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B093A is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 9 | 58 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.58 |
| HSL | 330º | 0.84% | 0.23% | - |
| HSV(B) | 330º | 0.92% | 0.42% | - |
| XYZ | 6.92 | 3.63 | 4.34 | - |
| YUV | 43.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 58 | 0 | 0.92 | 0.46 | 0.58 | 330 | 0.84 | 0.23 |
| Hex | 6B | 9 | 3A | 0 | 5C | 2E | 3A | 14A | 54 | 17 |
| Octal | 153 | 11 | 72 | 0 | 134 | 56 | 72 | 512 | 124 | 27 |
| Binary | 1101011 | 1001 | 111010 | 0 | 1011100 | 101110 | 111010 | 101001010 | 1010100 | 10111 |
Color Harmonies of #6B093A
Complementary color
Monochromatic Colors of #6B093A
Black with #6B093A
Text Example
Text Example
White with #6B093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B093A; }
p { color: rgb(107,9,58); }
H1.HeaderClassName
{
color: #6B093A;
}
.AnyTagClassName
{
color: #6B093A;
}
</style>
background-color css
<style>
a { background-color: #6B093A; }
a { background-color: rgb(107,9,58); }
div.DivClassName
{
background-color: #6B093A;
}
.BgClassName
{
background-color: #6B093A;
}
</style>
border-color css
<style>
span { border-color: #6B093A; }
span { border-color: rgb(107,9,58); }
td.TdClassName
{
border-color: #6B093A;
}
.TagClassName
{
border-color: #6B093A;
}
</style>