Shades of Tyrian Purple #6A034E
Tints of Tyrian Purple #6A034E
RGB
CMYK
RGB Variations
Color information
#6A034E (or 0x6A034E) is known color: Tyrian Purple. HEX triplet: 6A, 03 and 4E. RGB value is (106,3,78). Sum of RGB (Red+Green+Blue) = 106+3+78=187 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.68% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 106 - color contains mainly: red. Hex color #6A034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A034E is #95FCB1. Grayscale: #2A2A2A. Windows color (decimal): -9829554 or 5112682. OLE color: 5112682.
HSL color Cylindrical-coordinate representation of color #6A034E: hue angle of 316.31º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A034E is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 78 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.58 |
| HSL | 316.31º | 0.94% | 0.21% | - |
| HSV(B) | 316.31º | 0.97% | 0.42% | - |
| XYZ | 7.35 | 3.68 | 7.53 | - |
| YUV | 42.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 78 | 0 | 0.97 | 0.26 | 0.58 | 316.31 | 0.94 | 0.21 |
| Hex | 6A | 3 | 4E | 0 | 61 | 1A | 3A | 13C | 5E | 15 |
| Octal | 152 | 3 | 116 | 0 | 141 | 32 | 72 | 474 | 136 | 25 |
| Binary | 1101010 | 11 | 1001110 | 0 | 1100001 | 11010 | 111010 | 100111100 | 1011110 | 10101 |
Color Harmonies of #6A034E
Complementary color
Monochromatic Colors of #6A034E
Black with #6A034E
Text Example
Text Example
White with #6A034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A034E; }
p { color: rgb(106,3,78); }
H1.HeaderClassName
{
color: #6A034E;
}
.AnyTagClassName
{
color: #6A034E;
}
</style>
background-color css
<style>
a { background-color: #6A034E; }
a { background-color: rgb(106,3,78); }
div.DivClassName
{
background-color: #6A034E;
}
.BgClassName
{
background-color: #6A034E;
}
</style>
border-color css
<style>
span { border-color: #6A034E; }
span { border-color: rgb(106,3,78); }
td.TdClassName
{
border-color: #6A034E;
}
.TagClassName
{
border-color: #6A034E;
}
</style>