Shades of Tyrian Purple #6A053D
Tints of Tyrian Purple #6A053D
RGB
CMYK
RGB Variations
Color information
#6A053D (or 0x6A053D) is known color: Tyrian Purple. HEX triplet: 6A, 05 and 3D. RGB value is (106,5,61). Sum of RGB (Red+Green+Blue) = 106+5+61=172 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.63% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 106 - color contains mainly: red. Hex color #6A053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A053D is #95FAC2. Grayscale: #292929. Windows color (decimal): -9829059 or 3999082. OLE color: 3999082.
HSL color Cylindrical-coordinate representation of color #6A053D: hue angle of 326.73º 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 #6A053D is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 5 | 61 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.58 |
| HSL | 326.73º | 0.91% | 0.22% | - |
| HSV(B) | 326.73º | 0.95% | 0.42% | - |
| XYZ | 6.84 | 3.51 | 4.73 | - |
| YUV | 41.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 61 | 0 | 0.95 | 0.42 | 0.58 | 326.73 | 0.91 | 0.22 |
| Hex | 6A | 5 | 3D | 0 | 5F | 2A | 3A | 147 | 5B | 16 |
| Octal | 152 | 5 | 75 | 0 | 137 | 52 | 72 | 507 | 133 | 26 |
| Binary | 1101010 | 101 | 111101 | 0 | 1011111 | 101010 | 111010 | 101000111 | 1011011 | 10110 |
Color Harmonies of #6A053D
Complementary color
Monochromatic Colors of #6A053D
Black with #6A053D
Text Example
Text Example
White with #6A053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A053D; }
p { color: rgb(106,5,61); }
H1.HeaderClassName
{
color: #6A053D;
}
.AnyTagClassName
{
color: #6A053D;
}
</style>
background-color css
<style>
a { background-color: #6A053D; }
a { background-color: rgb(106,5,61); }
div.DivClassName
{
background-color: #6A053D;
}
.BgClassName
{
background-color: #6A053D;
}
</style>
border-color css
<style>
span { border-color: #6A053D; }
span { border-color: rgb(106,5,61); }
td.TdClassName
{
border-color: #6A053D;
}
.TagClassName
{
border-color: #6A053D;
}
</style>