Shades of Tyrian Purple #6B093B
Tints of Tyrian Purple #6B093B
RGB
CMYK
RGB Variations
Color information
#6B093B (or 0x6B093B) is known color: Tyrian Purple. HEX triplet: 6B, 09 and 3B. RGB value is (107,9,59). Sum of RGB (Red+Green+Blue) = 107+9+59=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B093B is #94F6C4. Grayscale: #2B2B2B. Windows color (decimal): -9762501 or 3869035. OLE color: 3869035.
HSL color Cylindrical-coordinate representation of color #6B093B: hue angle of 329.39º 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 #6B093B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 9 | 59 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.58 |
| HSL | 329.39º | 0.84% | 0.23% | - |
| HSV(B) | 329.39º | 0.92% | 0.42% | - |
| XYZ | 6.95 | 3.64 | 4.47 | - |
| YUV | 44 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 59 | 0 | 0.92 | 0.45 | 0.58 | 329.39 | 0.84 | 0.23 |
| Hex | 6B | 9 | 3B | 0 | 5C | 2D | 3A | 149 | 54 | 17 |
| Octal | 153 | 11 | 73 | 0 | 134 | 55 | 72 | 511 | 124 | 27 |
| Binary | 1101011 | 1001 | 111011 | 0 | 1011100 | 101101 | 111010 | 101001001 | 1010100 | 10111 |
Color Harmonies of #6B093B
Complementary color
Monochromatic Colors of #6B093B
Black with #6B093B
Text Example
Text Example
White with #6B093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B093B; }
p { color: rgb(107,9,59); }
H1.HeaderClassName
{
color: #6B093B;
}
.AnyTagClassName
{
color: #6B093B;
}
</style>
background-color css
<style>
a { background-color: #6B093B; }
a { background-color: rgb(107,9,59); }
div.DivClassName
{
background-color: #6B093B;
}
.BgClassName
{
background-color: #6B093B;
}
</style>
border-color css
<style>
span { border-color: #6B093B; }
span { border-color: rgb(107,9,59); }
td.TdClassName
{
border-color: #6B093B;
}
.TagClassName
{
border-color: #6B093B;
}
</style>