Shades of Tyrian Purple #530F49
Tints of Tyrian Purple #530F49
RGB
CMYK
RGB Variations
Color information
#530F49 (or 0x530F49) is known color: Tyrian Purple. HEX triplet: 53, 0F and 49. RGB value is (83,15,73). Sum of RGB (Red+Green+Blue) = 83+15+73=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #530F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F49 is #ACF0B6. Grayscale: #292929. Windows color (decimal): -11333815 or 4788051. OLE color: 4788051.
HSL color Cylindrical-coordinate representation of color #530F49: hue angle of 308.82º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F49 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 73 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.67 |
| HSL | 308.82º | 0.69% | 0.19% | - |
| HSV(B) | 308.82º | 0.82% | 0.33% | - |
| XYZ | 4.94 | 2.66 | 6.56 | - |
| YUV | 41.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 73 | 0 | 0.82 | 0.12 | 0.67 | 308.82 | 0.69 | 0.19 |
| Hex | 53 | F | 49 | 0 | 52 | C | 43 | 135 | 45 | 13 |
| Octal | 123 | 17 | 111 | 0 | 122 | 14 | 103 | 465 | 105 | 23 |
| Binary | 1010011 | 1111 | 1001001 | 0 | 1010010 | 1100 | 1000011 | 100110101 | 1000101 | 10011 |
Color Harmonies of #530F49
Complementary color
Monochromatic Colors of #530F49
Black with #530F49
Text Example
Text Example
White with #530F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F49; }
p { color: rgb(83,15,73); }
H1.HeaderClassName
{
color: #530F49;
}
.AnyTagClassName
{
color: #530F49;
}
</style>
background-color css
<style>
a { background-color: #530F49; }
a { background-color: rgb(83,15,73); }
div.DivClassName
{
background-color: #530F49;
}
.BgClassName
{
background-color: #530F49;
}
</style>
border-color css
<style>
span { border-color: #530F49; }
span { border-color: rgb(83,15,73); }
td.TdClassName
{
border-color: #530F49;
}
.TagClassName
{
border-color: #530F49;
}
</style>