Shades of Tyrian Purple #5A083B
Tints of Tyrian Purple #5A083B
RGB
CMYK
RGB Variations
Color information
#5A083B (or 0x5A083B) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 3B. RGB value is (90,8,59). Sum of RGB (Red+Green+Blue) = 90+8+59=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A083B is #A5F7C4. Grayscale: #262626. Windows color (decimal): -10876869 or 3868762. OLE color: 3868762.
HSL color Cylindrical-coordinate representation of color #5A083B: hue angle of 322.68º 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 #5A083B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 59 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.65 |
| HSL | 322.68º | 0.84% | 0.19% | - |
| HSV(B) | 322.68º | 0.91% | 0.35% | - |
| XYZ | 5.09 | 2.66 | 4.38 | - |
| YUV | 38.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 59 | 0 | 0.91 | 0.34 | 0.65 | 322.68 | 0.84 | 0.19 |
| Hex | 5A | 8 | 3B | 0 | 5B | 22 | 41 | 143 | 54 | 13 |
| Octal | 132 | 10 | 73 | 0 | 133 | 42 | 101 | 503 | 124 | 23 |
| Binary | 1011010 | 1000 | 111011 | 0 | 1011011 | 100010 | 1000001 | 101000011 | 1010100 | 10011 |
Color Harmonies of #5A083B
Complementary color
Monochromatic Colors of #5A083B
Black with #5A083B
Text Example
Text Example
White with #5A083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A083B; }
p { color: rgb(90,8,59); }
H1.HeaderClassName
{
color: #5A083B;
}
.AnyTagClassName
{
color: #5A083B;
}
</style>
background-color css
<style>
a { background-color: #5A083B; }
a { background-color: rgb(90,8,59); }
div.DivClassName
{
background-color: #5A083B;
}
.BgClassName
{
background-color: #5A083B;
}
</style>
border-color css
<style>
span { border-color: #5A083B; }
span { border-color: rgb(90,8,59); }
td.TdClassName
{
border-color: #5A083B;
}
.TagClassName
{
border-color: #5A083B;
}
</style>