Shades of Tyrian Purple #5A082D
Tints of Tyrian Purple #5A082D
RGB
CMYK
RGB Variations
Color information
#5A082D (or 0x5A082D) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 2D. RGB value is (90,8,45). Sum of RGB (Red+Green+Blue) = 90+8+45=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A082D is #A5F7D2. Grayscale: #242424. Windows color (decimal): -10876883 or 2951258. OLE color: 2951258.
HSL color Cylindrical-coordinate representation of color #5A082D: hue angle of 332.93º 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 #5A082D is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
RGB | 90 | 8 | 45 | - |
CMYK | 0 | 0.91 | 0.50 | 0.65 |
HSL | 332.93º | 0.84% | 0.19% | - |
HSV(B) | 332.93º | 0.91% | 0.35% | - |
XYZ | 4.78 | 2.54 | 2.72 | - |
YUV | 36.74 | 132.67 | 165.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 8 | 45 | 0 | 0.91 | 0.50 | 0.65 | 332.93 | 0.84 | 0.19 |
Hex | 5A | 8 | 2D | 0 | 5B | 32 | 41 | 14D | 54 | 13 |
Octal | 132 | 10 | 55 | 0 | 133 | 62 | 101 | 515 | 124 | 23 |
Binary | 1011010 | 1000 | 101101 | 0 | 1011011 | 110010 | 1000001 | 101001101 | 1010100 | 10011 |
Color Harmonies of #5A082D
Complementary color
Monochromatic Colors of #5A082D
Black with #5A082D
Text Example
Text Example
White with #5A082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A082D; }
p { color: rgb(90,8,45); }
H1.HeaderClassName
{
color: #5A082D;
}
.AnyTagClassName
{
color: #5A082D;
}
</style>
background-color css
<style>
a { background-color: #5A082D; }
a { background-color: rgb(90,8,45); }
div.DivClassName
{
background-color: #5A082D;
}
.BgClassName
{
background-color: #5A082D;
}
</style>
border-color css
<style>
span { border-color: #5A082D; }
span { border-color: rgb(90,8,45); }
td.TdClassName
{
border-color: #5A082D;
}
.TagClassName
{
border-color: #5A082D;
}
</style>