Shades of Tyrian Purple #530F47
Tints of Tyrian Purple #530F47
RGB
CMYK
RGB Variations
Color information
#530F47 (or 0x530F47) is known color: Tyrian Purple. HEX triplet: 53, 0F and 47. RGB value is (83,15,71). Sum of RGB (Red+Green+Blue) = 83+15+71=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #530F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F47 is #ACF0B8. Grayscale: #292929. Windows color (decimal): -11333817 or 4656979. OLE color: 4656979.
HSL color Cylindrical-coordinate representation of color #530F47: hue angle of 310.59º 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 #530F47 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 71 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.67 |
| HSL | 310.59º | 0.69% | 0.19% | - |
| HSV(B) | 310.59º | 0.82% | 0.33% | - |
| XYZ | 4.88 | 2.64 | 6.21 | - |
| YUV | 41.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 71 | 0 | 0.82 | 0.14 | 0.67 | 310.59 | 0.69 | 0.19 |
| Hex | 53 | F | 47 | 0 | 52 | E | 43 | 137 | 45 | 13 |
| Octal | 123 | 17 | 107 | 0 | 122 | 16 | 103 | 467 | 105 | 23 |
| Binary | 1010011 | 1111 | 1000111 | 0 | 1010010 | 1110 | 1000011 | 100110111 | 1000101 | 10011 |
Color Harmonies of #530F47
Complementary color
Monochromatic Colors of #530F47
Black with #530F47
Text Example
Text Example
White with #530F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F47; }
p { color: rgb(83,15,71); }
H1.HeaderClassName
{
color: #530F47;
}
.AnyTagClassName
{
color: #530F47;
}
</style>
background-color css
<style>
a { background-color: #530F47; }
a { background-color: rgb(83,15,71); }
div.DivClassName
{
background-color: #530F47;
}
.BgClassName
{
background-color: #530F47;
}
</style>
border-color css
<style>
span { border-color: #530F47; }
span { border-color: rgb(83,15,71); }
td.TdClassName
{
border-color: #530F47;
}
.TagClassName
{
border-color: #530F47;
}
</style>