Shades of Tyrian Purple #530D3F
Tints of Tyrian Purple #530D3F
RGB
CMYK
RGB Variations
Color information
#530D3F (or 0x530D3F) is known color: Tyrian Purple. HEX triplet: 53, 0D and 3F. RGB value is (83,13,63). Sum of RGB (Red+Green+Blue) = 83+13+63=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D3F is #ACF2C0. Grayscale: #272727. Windows color (decimal): -11334337 or 4132179. OLE color: 4132179.
HSL color Cylindrical-coordinate representation of color #530D3F: hue angle of 317.14º 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 #530D3F is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 63 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.67 |
| HSL | 317.14º | 0.73% | 0.19% | - |
| HSV(B) | 317.14º | 0.84% | 0.33% | - |
| XYZ | 4.61 | 2.49 | 4.94 | - |
| YUV | 39.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 63 | 0 | 0.84 | 0.24 | 0.67 | 317.14 | 0.73 | 0.19 |
| Hex | 53 | D | 3F | 0 | 54 | 18 | 43 | 13D | 49 | 13 |
| Octal | 123 | 15 | 77 | 0 | 124 | 30 | 103 | 475 | 111 | 23 |
| Binary | 1010011 | 1101 | 111111 | 0 | 1010100 | 11000 | 1000011 | 100111101 | 1001001 | 10011 |
Color Harmonies of #530D3F
Complementary color
Monochromatic Colors of #530D3F
Black with #530D3F
Text Example
Text Example
White with #530D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D3F; }
p { color: rgb(83,13,63); }
H1.HeaderClassName
{
color: #530D3F;
}
.AnyTagClassName
{
color: #530D3F;
}
</style>
background-color css
<style>
a { background-color: #530D3F; }
a { background-color: rgb(83,13,63); }
div.DivClassName
{
background-color: #530D3F;
}
.BgClassName
{
background-color: #530D3F;
}
</style>
border-color css
<style>
span { border-color: #530D3F; }
span { border-color: rgb(83,13,63); }
td.TdClassName
{
border-color: #530D3F;
}
.TagClassName
{
border-color: #530D3F;
}
</style>