Shades of Tyrian Purple #6A084C
Tints of Tyrian Purple #6A084C
RGB
CMYK
RGB Variations
Color information
#6A084C (or 0x6A084C) is known color: Tyrian Purple. HEX triplet: 6A, 08 and 4C. RGB value is (106,8,76). Sum of RGB (Red+Green+Blue) = 106+8+76=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A084C is #95F7B3. Grayscale: #2C2C2C. Windows color (decimal): -9828276 or 4982890. OLE color: 4982890.
HSL color Cylindrical-coordinate representation of color #6A084C: hue angle of 318.37º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A084C is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 76 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.58 |
| HSL | 318.37º | 0.86% | 0.22% | - |
| HSV(B) | 318.37º | 0.92% | 0.42% | - |
| XYZ | 7.34 | 3.76 | 7.18 | - |
| YUV | 45.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 76 | 0 | 0.92 | 0.28 | 0.58 | 318.37 | 0.86 | 0.22 |
| Hex | 6A | 8 | 4C | 0 | 5C | 1C | 3A | 13E | 56 | 16 |
| Octal | 152 | 10 | 114 | 0 | 134 | 34 | 72 | 476 | 126 | 26 |
| Binary | 1101010 | 1000 | 1001100 | 0 | 1011100 | 11100 | 111010 | 100111110 | 1010110 | 10110 |
Color Harmonies of #6A084C
Complementary color
Monochromatic Colors of #6A084C
Black with #6A084C
Text Example
Text Example
White with #6A084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A084C; }
p { color: rgb(106,8,76); }
H1.HeaderClassName
{
color: #6A084C;
}
.AnyTagClassName
{
color: #6A084C;
}
</style>
background-color css
<style>
a { background-color: #6A084C; }
a { background-color: rgb(106,8,76); }
div.DivClassName
{
background-color: #6A084C;
}
.BgClassName
{
background-color: #6A084C;
}
</style>
border-color css
<style>
span { border-color: #6A084C; }
span { border-color: rgb(106,8,76); }
td.TdClassName
{
border-color: #6A084C;
}
.TagClassName
{
border-color: #6A084C;
}
</style>