Shades of Tyrian Purple #53084C
Tints of Tyrian Purple #53084C
RGB
CMYK
RGB Variations
Color information
#53084C (or 0x53084C) is known color: Tyrian Purple. HEX triplet: 53, 08 and 4C. RGB value is (83,8,76). Sum of RGB (Red+Green+Blue) = 83+8+76=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53084C is #ACF7B3. Grayscale: #252525. Windows color (decimal): -11335604 or 4982867. OLE color: 4982867.
HSL color Cylindrical-coordinate representation of color #53084C: hue angle of 305.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53084C is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 76 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.67 |
| HSL | 305.6º | 0.82% | 0.18% | - |
| HSV(B) | 305.6º | 0.9% | 0.33% | - |
| XYZ | 4.96 | 2.53 | 7.07 | - |
| YUV | 38.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 76 | 0 | 0.90 | 0.08 | 0.67 | 305.6 | 0.82 | 0.18 |
| Hex | 53 | 8 | 4C | 0 | 5A | 8 | 43 | 132 | 52 | 12 |
| Octal | 123 | 10 | 114 | 0 | 132 | 10 | 103 | 462 | 122 | 22 |
| Binary | 1010011 | 1000 | 1001100 | 0 | 1011010 | 1000 | 1000011 | 100110010 | 1010010 | 10010 |
Color Harmonies of #53084C
Complementary color
Monochromatic Colors of #53084C
Black with #53084C
Text Example
Text Example
White with #53084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53084C; }
p { color: rgb(83,8,76); }
H1.HeaderClassName
{
color: #53084C;
}
.AnyTagClassName
{
color: #53084C;
}
</style>
background-color css
<style>
a { background-color: #53084C; }
a { background-color: rgb(83,8,76); }
div.DivClassName
{
background-color: #53084C;
}
.BgClassName
{
background-color: #53084C;
}
</style>
border-color css
<style>
span { border-color: #53084C; }
span { border-color: rgb(83,8,76); }
td.TdClassName
{
border-color: #53084C;
}
.TagClassName
{
border-color: #53084C;
}
</style>