Shades of Tyrian Purple #5A0B3D
Tints of Tyrian Purple #5A0B3D
RGB
CMYK
RGB Variations
Color information
#5A0B3D (or 0x5A0B3D) is known color: Tyrian Purple. HEX triplet: 5A, 0B and 3D. RGB value is (90,11,61). Sum of RGB (Red+Green+Blue) = 90+11+61=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0B3D is #A5F4C2. Grayscale: #282828. Windows color (decimal): -10876099 or 4000602. OLE color: 4000602.
HSL color Cylindrical-coordinate representation of color #5A0B3D: hue angle of 322.03º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A0B3D is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 61 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.65 |
| HSL | 322.03º | 0.78% | 0.2% | - |
| HSV(B) | 322.03º | 0.88% | 0.35% | - |
| XYZ | 5.18 | 2.75 | 4.67 | - |
| YUV | 40.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 61 | 0 | 0.88 | 0.32 | 0.65 | 322.03 | 0.78 | 0.2 |
| Hex | 5A | B | 3D | 0 | 58 | 20 | 41 | 142 | 4E | 14 |
| Octal | 132 | 13 | 75 | 0 | 130 | 40 | 101 | 502 | 116 | 24 |
| Binary | 1011010 | 1011 | 111101 | 0 | 1011000 | 100000 | 1000001 | 101000010 | 1001110 | 10100 |
Color Harmonies of #5A0B3D
Complementary color
Monochromatic Colors of #5A0B3D
Black with #5A0B3D
Text Example
Text Example
White with #5A0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B3D; }
p { color: rgb(90,11,61); }
H1.HeaderClassName
{
color: #5A0B3D;
}
.AnyTagClassName
{
color: #5A0B3D;
}
</style>
background-color css
<style>
a { background-color: #5A0B3D; }
a { background-color: rgb(90,11,61); }
div.DivClassName
{
background-color: #5A0B3D;
}
.BgClassName
{
background-color: #5A0B3D;
}
</style>
border-color css
<style>
span { border-color: #5A0B3D; }
span { border-color: rgb(90,11,61); }
td.TdClassName
{
border-color: #5A0B3D;
}
.TagClassName
{
border-color: #5A0B3D;
}
</style>