Shades of Tyrian Purple #53024B
Tints of Tyrian Purple #53024B
RGB
CMYK
RGB Variations
Color information
#53024B (or 0x53024B) is known color: Tyrian Purple. HEX triplet: 53, 02 and 4B. RGB value is (83,2,75). Sum of RGB (Red+Green+Blue) = 83+2+75=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53024B is #ACFDB4. Grayscale: #222222. Windows color (decimal): -11337141 or 4915795. OLE color: 4915795.
HSL color Cylindrical-coordinate representation of color #53024B: hue angle of 305.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53024B is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.67 |
| HSL | 305.93º | 0.95% | 0.17% | - |
| HSV(B) | 305.93º | 0.98% | 0.33% | - |
| XYZ | 4.86 | 2.39 | 6.86 | - |
| YUV | 34.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 75 | 0 | 0.98 | 0.10 | 0.67 | 305.93 | 0.95 | 0.17 |
| Hex | 53 | 2 | 4B | 0 | 62 | A | 43 | 132 | 5F | 11 |
| Octal | 123 | 2 | 113 | 0 | 142 | 12 | 103 | 462 | 137 | 21 |
| Binary | 1010011 | 10 | 1001011 | 0 | 1100010 | 1010 | 1000011 | 100110010 | 1011111 | 10001 |
Color Harmonies of #53024B
Complementary color
Monochromatic Colors of #53024B
Black with #53024B
Text Example
Text Example
White with #53024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53024B; }
p { color: rgb(83,2,75); }
H1.HeaderClassName
{
color: #53024B;
}
.AnyTagClassName
{
color: #53024B;
}
</style>
background-color css
<style>
a { background-color: #53024B; }
a { background-color: rgb(83,2,75); }
div.DivClassName
{
background-color: #53024B;
}
.BgClassName
{
background-color: #53024B;
}
</style>
border-color css
<style>
span { border-color: #53024B; }
span { border-color: rgb(83,2,75); }
td.TdClassName
{
border-color: #53024B;
}
.TagClassName
{
border-color: #53024B;
}
</style>