Shades of Tyrian Purple #6A094C
Tints of Tyrian Purple #6A094C
RGB
CMYK
RGB Variations
Color information
#6A094C (or 0x6A094C) is known color: Tyrian Purple. HEX triplet: 6A, 09 and 4C. RGB value is (106,9,76). Sum of RGB (Red+Green+Blue) = 106+9+76=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A094C is #95F6B3. Grayscale: #2D2D2D. Windows color (decimal): -9828020 or 4983146. OLE color: 4983146.
HSL color Cylindrical-coordinate representation of color #6A094C: hue angle of 318.56º 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 #6A094C is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 9 | 76 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.58 |
| HSL | 318.56º | 0.84% | 0.23% | - |
| HSV(B) | 318.56º | 0.92% | 0.42% | - |
| XYZ | 7.35 | 3.78 | 7.18 | - |
| YUV | 45.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 76 | 0 | 0.92 | 0.28 | 0.58 | 318.56 | 0.84 | 0.23 |
| Hex | 6A | 9 | 4C | 0 | 5C | 1C | 3A | 13F | 54 | 17 |
| Octal | 152 | 11 | 114 | 0 | 134 | 34 | 72 | 477 | 124 | 27 |
| Binary | 1101010 | 1001 | 1001100 | 0 | 1011100 | 11100 | 111010 | 100111111 | 1010100 | 10111 |
Color Harmonies of #6A094C
Complementary color
Monochromatic Colors of #6A094C
Black with #6A094C
Text Example
Text Example
White with #6A094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A094C; }
p { color: rgb(106,9,76); }
H1.HeaderClassName
{
color: #6A094C;
}
.AnyTagClassName
{
color: #6A094C;
}
</style>
background-color css
<style>
a { background-color: #6A094C; }
a { background-color: rgb(106,9,76); }
div.DivClassName
{
background-color: #6A094C;
}
.BgClassName
{
background-color: #6A094C;
}
</style>
border-color css
<style>
span { border-color: #6A094C; }
span { border-color: rgb(106,9,76); }
td.TdClassName
{
border-color: #6A094C;
}
.TagClassName
{
border-color: #6A094C;
}
</style>