Shades of Tyrian Purple #531543
Tints of Tyrian Purple #531543
RGB
CMYK
RGB Variations
Color information
#531543 (or 0x531543) is known color: Tyrian Purple. HEX triplet: 53, 15 and 43. RGB value is (83,21,67). Sum of RGB (Red+Green+Blue) = 83+21+67=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531543 is #ACEABC. Grayscale: #2C2C2C. Windows color (decimal): -11332285 or 4396371. OLE color: 4396371.
HSL color Cylindrical-coordinate representation of color #531543: hue angle of 315.48º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531543 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 67 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.67 |
| HSL | 315.48º | 0.6% | 0.2% | - |
| HSV(B) | 315.48º | 0.75% | 0.33% | - |
| XYZ | 4.85 | 2.78 | 5.59 | - |
| YUV | 44.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 67 | 0 | 0.75 | 0.19 | 0.67 | 315.48 | 0.6 | 0.2 |
| Hex | 53 | 15 | 43 | 0 | 4B | 13 | 43 | 13B | 3C | 14 |
| Octal | 123 | 25 | 103 | 0 | 113 | 23 | 103 | 473 | 74 | 24 |
| Binary | 1010011 | 10101 | 1000011 | 0 | 1001011 | 10011 | 1000011 | 100111011 | 111100 | 10100 |
Color Harmonies of #531543
Complementary color
Monochromatic Colors of #531543
Black with #531543
Text Example
Text Example
White with #531543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531543; }
p { color: rgb(83,21,67); }
H1.HeaderClassName
{
color: #531543;
}
.AnyTagClassName
{
color: #531543;
}
</style>
background-color css
<style>
a { background-color: #531543; }
a { background-color: rgb(83,21,67); }
div.DivClassName
{
background-color: #531543;
}
.BgClassName
{
background-color: #531543;
}
</style>
border-color css
<style>
span { border-color: #531543; }
span { border-color: rgb(83,21,67); }
td.TdClassName
{
border-color: #531543;
}
.TagClassName
{
border-color: #531543;
}
</style>