Shades of Tyrian Purple #531241
Tints of Tyrian Purple #531241
RGB
CMYK
RGB Variations
Color information
#531241 (or 0x531241) is known color: Tyrian Purple. HEX triplet: 53, 12 and 41. RGB value is (83,18,65). Sum of RGB (Red+Green+Blue) = 83+18+65=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531241 is #ACEDBE. Grayscale: #2A2A2A. Windows color (decimal): -11333055 or 4264531. OLE color: 4264531.
HSL color Cylindrical-coordinate representation of color #531241: hue angle of 316.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531241 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 18 | 65 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.67 |
| HSL | 316.62º | 0.64% | 0.2% | - |
| HSV(B) | 316.62º | 0.78% | 0.33% | - |
| XYZ | 4.74 | 2.65 | 5.26 | - |
| YUV | 42.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 65 | 0 | 0.78 | 0.22 | 0.67 | 316.62 | 0.64 | 0.2 |
| Hex | 53 | 12 | 41 | 0 | 4E | 16 | 43 | 13D | 40 | 14 |
| Octal | 123 | 22 | 101 | 0 | 116 | 26 | 103 | 475 | 100 | 24 |
| Binary | 1010011 | 10010 | 1000001 | 0 | 1001110 | 10110 | 1000011 | 100111101 | 1000000 | 10100 |
Color Harmonies of #531241
Complementary color
Monochromatic Colors of #531241
Black with #531241
Text Example
Text Example
White with #531241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531241; }
p { color: rgb(83,18,65); }
H1.HeaderClassName
{
color: #531241;
}
.AnyTagClassName
{
color: #531241;
}
</style>
background-color css
<style>
a { background-color: #531241; }
a { background-color: rgb(83,18,65); }
div.DivClassName
{
background-color: #531241;
}
.BgClassName
{
background-color: #531241;
}
</style>
border-color css
<style>
span { border-color: #531241; }
span { border-color: rgb(83,18,65); }
td.TdClassName
{
border-color: #531241;
}
.TagClassName
{
border-color: #531241;
}
</style>