Shades of Tyrian Purple #6A053F
Tints of Tyrian Purple #6A053F
RGB
CMYK
RGB Variations
Color information
#6A053F (or 0x6A053F) is known color: Tyrian Purple. HEX triplet: 6A, 05 and 3F. RGB value is (106,5,63). Sum of RGB (Red+Green+Blue) = 106+5+63=174 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.92% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 106 - color contains mainly: red. Hex color #6A053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A053F is #95FAC0. Grayscale: #292929. Windows color (decimal): -9829057 or 4130154. OLE color: 4130154.
HSL color Cylindrical-coordinate representation of color #6A053F: hue angle of 325.54º 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 #6A053F is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 5 | 63 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.58 |
| HSL | 325.54º | 0.91% | 0.22% | - |
| HSV(B) | 325.54º | 0.95% | 0.42% | - |
| XYZ | 6.9 | 3.53 | 5.02 | - |
| YUV | 41.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 63 | 0 | 0.95 | 0.41 | 0.58 | 325.54 | 0.91 | 0.22 |
| Hex | 6A | 5 | 3F | 0 | 5F | 29 | 3A | 146 | 5B | 16 |
| Octal | 152 | 5 | 77 | 0 | 137 | 51 | 72 | 506 | 133 | 26 |
| Binary | 1101010 | 101 | 111111 | 0 | 1011111 | 101001 | 111010 | 101000110 | 1011011 | 10110 |
Color Harmonies of #6A053F
Complementary color
Monochromatic Colors of #6A053F
Black with #6A053F
Text Example
Text Example
White with #6A053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A053F; }
p { color: rgb(106,5,63); }
H1.HeaderClassName
{
color: #6A053F;
}
.AnyTagClassName
{
color: #6A053F;
}
</style>
background-color css
<style>
a { background-color: #6A053F; }
a { background-color: rgb(106,5,63); }
div.DivClassName
{
background-color: #6A053F;
}
.BgClassName
{
background-color: #6A053F;
}
</style>
border-color css
<style>
span { border-color: #6A053F; }
span { border-color: rgb(106,5,63); }
td.TdClassName
{
border-color: #6A053F;
}
.TagClassName
{
border-color: #6A053F;
}
</style>