Shades of Tyrian Purple #530D42
Tints of Tyrian Purple #530D42
RGB
CMYK
RGB Variations
Color information
#530D42 (or 0x530D42) is known color: Tyrian Purple. HEX triplet: 53, 0D and 42. RGB value is (83,13,66). Sum of RGB (Red+Green+Blue) = 83+13+66=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #530D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D42 is #ACF2BD. Grayscale: #272727. Windows color (decimal): -11334334 or 4328787. OLE color: 4328787.
HSL color Cylindrical-coordinate representation of color #530D42: hue angle of 314.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 #530D42 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 66 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.67 |
| HSL | 314.57º | 0.73% | 0.19% | - |
| HSV(B) | 314.57º | 0.84% | 0.33% | - |
| XYZ | 4.69 | 2.52 | 5.39 | - |
| YUV | 39.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 66 | 0 | 0.84 | 0.20 | 0.67 | 314.57 | 0.73 | 0.19 |
| Hex | 53 | D | 42 | 0 | 54 | 14 | 43 | 13B | 49 | 13 |
| Octal | 123 | 15 | 102 | 0 | 124 | 24 | 103 | 473 | 111 | 23 |
| Binary | 1010011 | 1101 | 1000010 | 0 | 1010100 | 10100 | 1000011 | 100111011 | 1001001 | 10011 |
Color Harmonies of #530D42
Complementary color
Monochromatic Colors of #530D42
Black with #530D42
Text Example
Text Example
White with #530D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D42; }
p { color: rgb(83,13,66); }
H1.HeaderClassName
{
color: #530D42;
}
.AnyTagClassName
{
color: #530D42;
}
</style>
background-color css
<style>
a { background-color: #530D42; }
a { background-color: rgb(83,13,66); }
div.DivClassName
{
background-color: #530D42;
}
.BgClassName
{
background-color: #530D42;
}
</style>
border-color css
<style>
span { border-color: #530D42; }
span { border-color: rgb(83,13,66); }
td.TdClassName
{
border-color: #530D42;
}
.TagClassName
{
border-color: #530D42;
}
</style>