Shades of Tyrian Purple #6A053E
Tints of Tyrian Purple #6A053E
RGB
CMYK
RGB Variations
Color information
#6A053E (or 0x6A053E) is known color: Tyrian Purple. HEX triplet: 6A, 05 and 3E. RGB value is (106,5,62). Sum of RGB (Red+Green+Blue) = 106+5+62=173 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.27% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 106 - color contains mainly: red. Hex color #6A053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A053E is #95FAC1. Grayscale: #292929. Windows color (decimal): -9829058 or 4064618. OLE color: 4064618.
HSL color Cylindrical-coordinate representation of color #6A053E: hue angle of 326.14º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A053E is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 5 | 62 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.58 |
| HSL | 326.14º | 0.91% | 0.22% | - |
| HSV(B) | 326.14º | 0.95% | 0.42% | - |
| XYZ | 6.87 | 3.52 | 4.87 | - |
| YUV | 41.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 62 | 0 | 0.95 | 0.42 | 0.58 | 326.14 | 0.91 | 0.22 |
| Hex | 6A | 5 | 3E | 0 | 5F | 2A | 3A | 146 | 5B | 16 |
| Octal | 152 | 5 | 76 | 0 | 137 | 52 | 72 | 506 | 133 | 26 |
| Binary | 1101010 | 101 | 111110 | 0 | 1011111 | 101010 | 111010 | 101000110 | 1011011 | 10110 |
Color Harmonies of #6A053E
Complementary color
Monochromatic Colors of #6A053E
Black with #6A053E
Text Example
Text Example
White with #6A053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A053E; }
p { color: rgb(106,5,62); }
H1.HeaderClassName
{
color: #6A053E;
}
.AnyTagClassName
{
color: #6A053E;
}
</style>
background-color css
<style>
a { background-color: #6A053E; }
a { background-color: rgb(106,5,62); }
div.DivClassName
{
background-color: #6A053E;
}
.BgClassName
{
background-color: #6A053E;
}
</style>
border-color css
<style>
span { border-color: #6A053E; }
span { border-color: rgb(106,5,62); }
td.TdClassName
{
border-color: #6A053E;
}
.TagClassName
{
border-color: #6A053E;
}
</style>