Shades of Tyrian Purple #6B094D
Tints of Tyrian Purple #6B094D
RGB
CMYK
RGB Variations
Color information
#6B094D (or 0x6B094D) is known color: Tyrian Purple. HEX triplet: 6B, 09 and 4D. RGB value is (107,9,77). Sum of RGB (Red+Green+Blue) = 107+9+77=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B094D is #94F6B2. Grayscale: #2D2D2D. Windows color (decimal): -9762483 or 5048683. OLE color: 5048683.
HSL color Cylindrical-coordinate representation of color #6B094D: hue angle of 318.37º 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 #6B094D is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 9 | 77 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.58 |
| HSL | 318.37º | 0.84% | 0.23% | - |
| HSV(B) | 318.37º | 0.92% | 0.42% | - |
| XYZ | 7.5 | 3.86 | 7.37 | - |
| YUV | 46.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 77 | 0 | 0.92 | 0.28 | 0.58 | 318.37 | 0.84 | 0.23 |
| Hex | 6B | 9 | 4D | 0 | 5C | 1C | 3A | 13E | 54 | 17 |
| Octal | 153 | 11 | 115 | 0 | 134 | 34 | 72 | 476 | 124 | 27 |
| Binary | 1101011 | 1001 | 1001101 | 0 | 1011100 | 11100 | 111010 | 100111110 | 1010100 | 10111 |
Color Harmonies of #6B094D
Complementary color
Monochromatic Colors of #6B094D
Black with #6B094D
Text Example
Text Example
White with #6B094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B094D; }
p { color: rgb(107,9,77); }
H1.HeaderClassName
{
color: #6B094D;
}
.AnyTagClassName
{
color: #6B094D;
}
</style>
background-color css
<style>
a { background-color: #6B094D; }
a { background-color: rgb(107,9,77); }
div.DivClassName
{
background-color: #6B094D;
}
.BgClassName
{
background-color: #6B094D;
}
</style>
border-color css
<style>
span { border-color: #6B094D; }
span { border-color: rgb(107,9,77); }
td.TdClassName
{
border-color: #6B094D;
}
.TagClassName
{
border-color: #6B094D;
}
</style>