Shades of Tyrian Purple #5A0231
Tints of Tyrian Purple #5A0231
RGB
CMYK
RGB Variations
Color information
#5A0231 (or 0x5A0231) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 31. RGB value is (90,2,49). Sum of RGB (Red+Green+Blue) = 90+2+49=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0231 is #A5FDCE. Grayscale: #212121. Windows color (decimal): -10878415 or 3211866. OLE color: 3211866.
HSL color Cylindrical-coordinate representation of color #5A0231: hue angle of 327.95º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0231 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 49 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.65 |
| HSL | 327.95º | 0.96% | 0.18% | - |
| HSV(B) | 327.95º | 0.98% | 0.35% | - |
| XYZ | 4.79 | 2.44 | 3.12 | - |
| YUV | 33.67 | 136.65 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 49 | 0 | 0.98 | 0.46 | 0.65 | 327.95 | 0.96 | 0.18 |
| Hex | 5A | 2 | 31 | 0 | 62 | 2E | 41 | 148 | 60 | 12 |
| Octal | 132 | 2 | 61 | 0 | 142 | 56 | 101 | 510 | 140 | 22 |
| Binary | 1011010 | 10 | 110001 | 0 | 1100010 | 101110 | 1000001 | 101001000 | 1100000 | 10010 |
Color Harmonies of #5A0231
Complementary color
Monochromatic Colors of #5A0231
Black with #5A0231
Text Example
Text Example
White with #5A0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0231; }
p { color: rgb(90,2,49); }
H1.HeaderClassName
{
color: #5A0231;
}
.AnyTagClassName
{
color: #5A0231;
}
</style>
background-color css
<style>
a { background-color: #5A0231; }
a { background-color: rgb(90,2,49); }
div.DivClassName
{
background-color: #5A0231;
}
.BgClassName
{
background-color: #5A0231;
}
</style>
border-color css
<style>
span { border-color: #5A0231; }
span { border-color: rgb(90,2,49); }
td.TdClassName
{
border-color: #5A0231;
}
.TagClassName
{
border-color: #5A0231;
}
</style>