Shades of Tyrian Purple #5A0828
Tints of Tyrian Purple #5A0828
RGB
CMYK
RGB Variations
Color information
#5A0828 (or 0x5A0828) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 28. RGB value is (90,8,40). Sum of RGB (Red+Green+Blue) = 90+8+40=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0828 is #A5F7D7. Grayscale: #242424. Windows color (decimal): -10876888 or 2623578. OLE color: 2623578.
HSL color Cylindrical-coordinate representation of color #5A0828: hue angle of 336.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0828 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 40 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.65 |
| HSL | 336.59º | 0.84% | 0.19% | - |
| HSV(B) | 336.59º | 0.91% | 0.35% | - |
| XYZ | 4.69 | 2.5 | 2.24 | - |
| YUV | 36.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 40 | 0 | 0.91 | 0.56 | 0.65 | 336.59 | 0.84 | 0.19 |
| Hex | 5A | 8 | 28 | 0 | 5B | 38 | 41 | 151 | 54 | 13 |
| Octal | 132 | 10 | 50 | 0 | 133 | 70 | 101 | 521 | 124 | 23 |
| Binary | 1011010 | 1000 | 101000 | 0 | 1011011 | 111000 | 1000001 | 101010001 | 1010100 | 10011 |
Color Harmonies of #5A0828
Complementary color
Monochromatic Colors of #5A0828
Black with #5A0828
Text Example
Text Example
White with #5A0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0828; }
p { color: rgb(90,8,40); }
H1.HeaderClassName
{
color: #5A0828;
}
.AnyTagClassName
{
color: #5A0828;
}
</style>
background-color css
<style>
a { background-color: #5A0828; }
a { background-color: rgb(90,8,40); }
div.DivClassName
{
background-color: #5A0828;
}
.BgClassName
{
background-color: #5A0828;
}
</style>
border-color css
<style>
span { border-color: #5A0828; }
span { border-color: rgb(90,8,40); }
td.TdClassName
{
border-color: #5A0828;
}
.TagClassName
{
border-color: #5A0828;
}
</style>