Shades of Tyrian Purple #530D49
Tints of Tyrian Purple #530D49
RGB
CMYK
RGB Variations
Color information
#530D49 (or 0x530D49) is known color: Tyrian Purple. HEX triplet: 53, 0D and 49. RGB value is (83,13,73). Sum of RGB (Red+Green+Blue) = 83+13+73=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #530D49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D49 is #ACF2B6. Grayscale: #282828. Windows color (decimal): -11334327 or 4787539. OLE color: 4787539.
HSL color Cylindrical-coordinate representation of color #530D49: hue angle of 308.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D49 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 73 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.67 |
| HSL | 308.57º | 0.73% | 0.19% | - |
| HSV(B) | 308.57º | 0.84% | 0.33% | - |
| XYZ | 4.91 | 2.61 | 6.55 | - |
| YUV | 40.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 73 | 0 | 0.84 | 0.12 | 0.67 | 308.57 | 0.73 | 0.19 |
| Hex | 53 | D | 49 | 0 | 54 | C | 43 | 135 | 49 | 13 |
| Octal | 123 | 15 | 111 | 0 | 124 | 14 | 103 | 465 | 111 | 23 |
| Binary | 1010011 | 1101 | 1001001 | 0 | 1010100 | 1100 | 1000011 | 100110101 | 1001001 | 10011 |
Color Harmonies of #530D49
Complementary color
Monochromatic Colors of #530D49
Black with #530D49
Text Example
Text Example
White with #530D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D49; }
p { color: rgb(83,13,73); }
H1.HeaderClassName
{
color: #530D49;
}
.AnyTagClassName
{
color: #530D49;
}
</style>
background-color css
<style>
a { background-color: #530D49; }
a { background-color: rgb(83,13,73); }
div.DivClassName
{
background-color: #530D49;
}
.BgClassName
{
background-color: #530D49;
}
</style>
border-color css
<style>
span { border-color: #530D49; }
span { border-color: rgb(83,13,73); }
td.TdClassName
{
border-color: #530D49;
}
.TagClassName
{
border-color: #530D49;
}
</style>