Shades of Tyrian Purple #530949
Tints of Tyrian Purple #530949
RGB
CMYK
RGB Variations
Color information
#530949 (or 0x530949) is known color: Tyrian Purple. HEX triplet: 53, 09 and 49. RGB value is (83,9,73). Sum of RGB (Red+Green+Blue) = 83+9+73=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #530949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530949 is #ACF6B6. Grayscale: #262626. Windows color (decimal): -11335351 or 4786515. OLE color: 4786515.
HSL color Cylindrical-coordinate representation of color #530949: hue angle of 308.11º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530949 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 73 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.67 |
| HSL | 308.11º | 0.8% | 0.18% | - |
| HSV(B) | 308.11º | 0.89% | 0.33% | - |
| XYZ | 4.87 | 2.52 | 6.53 | - |
| YUV | 38.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 73 | 0 | 0.89 | 0.12 | 0.67 | 308.11 | 0.8 | 0.18 |
| Hex | 53 | 9 | 49 | 0 | 59 | C | 43 | 134 | 50 | 12 |
| Octal | 123 | 11 | 111 | 0 | 131 | 14 | 103 | 464 | 120 | 22 |
| Binary | 1010011 | 1001 | 1001001 | 0 | 1011001 | 1100 | 1000011 | 100110100 | 1010000 | 10010 |
Color Harmonies of #530949
Complementary color
Monochromatic Colors of #530949
Black with #530949
Text Example
Text Example
White with #530949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530949; }
p { color: rgb(83,9,73); }
H1.HeaderClassName
{
color: #530949;
}
.AnyTagClassName
{
color: #530949;
}
</style>
background-color css
<style>
a { background-color: #530949; }
a { background-color: rgb(83,9,73); }
div.DivClassName
{
background-color: #530949;
}
.BgClassName
{
background-color: #530949;
}
</style>
border-color css
<style>
span { border-color: #530949; }
span { border-color: rgb(83,9,73); }
td.TdClassName
{
border-color: #530949;
}
.TagClassName
{
border-color: #530949;
}
</style>