Shades of Tyrian Purple #5A062F
Tints of Tyrian Purple #5A062F
RGB
CMYK
RGB Variations
Color information
#5A062F (or 0x5A062F) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 2F. RGB value is (90,6,47). Sum of RGB (Red+Green+Blue) = 90+6+47=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A062F is #A5F9D0. Grayscale: #232323. Windows color (decimal): -10877393 or 3081818. OLE color: 3081818.
HSL color Cylindrical-coordinate representation of color #5A062F: hue angle of 330.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A062F is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 6 | 47 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.65 |
| HSL | 330.71º | 0.88% | 0.19% | - |
| HSV(B) | 330.71º | 0.93% | 0.35% | - |
| XYZ | 4.79 | 2.51 | 2.92 | - |
| YUV | 35.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 47 | 0 | 0.93 | 0.48 | 0.65 | 330.71 | 0.88 | 0.19 |
| Hex | 5A | 6 | 2F | 0 | 5D | 30 | 41 | 14B | 58 | 13 |
| Octal | 132 | 6 | 57 | 0 | 135 | 60 | 101 | 513 | 130 | 23 |
| Binary | 1011010 | 110 | 101111 | 0 | 1011101 | 110000 | 1000001 | 101001011 | 1011000 | 10011 |
Color Harmonies of #5A062F
Complementary color
Monochromatic Colors of #5A062F
Black with #5A062F
Text Example
Text Example
White with #5A062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A062F; }
p { color: rgb(90,6,47); }
H1.HeaderClassName
{
color: #5A062F;
}
.AnyTagClassName
{
color: #5A062F;
}
</style>
background-color css
<style>
a { background-color: #5A062F; }
a { background-color: rgb(90,6,47); }
div.DivClassName
{
background-color: #5A062F;
}
.BgClassName
{
background-color: #5A062F;
}
</style>
border-color css
<style>
span { border-color: #5A062F; }
span { border-color: rgb(90,6,47); }
td.TdClassName
{
border-color: #5A062F;
}
.TagClassName
{
border-color: #5A062F;
}
</style>