Shades of Tyrian Purple #53094C
Tints of Tyrian Purple #53094C
RGB
CMYK
RGB Variations
Color information
#53094C (or 0x53094C) is known color: Tyrian Purple. HEX triplet: 53, 09 and 4C. RGB value is (83,9,76). Sum of RGB (Red+Green+Blue) = 83+9+76=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53094C is #ACF6B3. Grayscale: #262626. Windows color (decimal): -11335348 or 4983123. OLE color: 4983123.
HSL color Cylindrical-coordinate representation of color #53094C: hue angle of 305.68º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53094C is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 76 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.67 |
| HSL | 305.68º | 0.8% | 0.18% | - |
| HSV(B) | 305.68º | 0.89% | 0.33% | - |
| XYZ | 4.97 | 2.56 | 7.07 | - |
| YUV | 38.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 76 | 0 | 0.89 | 0.08 | 0.67 | 305.68 | 0.8 | 0.18 |
| Hex | 53 | 9 | 4C | 0 | 59 | 8 | 43 | 132 | 50 | 12 |
| Octal | 123 | 11 | 114 | 0 | 131 | 10 | 103 | 462 | 120 | 22 |
| Binary | 1010011 | 1001 | 1001100 | 0 | 1011001 | 1000 | 1000011 | 100110010 | 1010000 | 10010 |
Color Harmonies of #53094C
Complementary color
Monochromatic Colors of #53094C
Black with #53094C
Text Example
Text Example
White with #53094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53094C; }
p { color: rgb(83,9,76); }
H1.HeaderClassName
{
color: #53094C;
}
.AnyTagClassName
{
color: #53094C;
}
</style>
background-color css
<style>
a { background-color: #53094C; }
a { background-color: rgb(83,9,76); }
div.DivClassName
{
background-color: #53094C;
}
.BgClassName
{
background-color: #53094C;
}
</style>
border-color css
<style>
span { border-color: #53094C; }
span { border-color: rgb(83,9,76); }
td.TdClassName
{
border-color: #53094C;
}
.TagClassName
{
border-color: #53094C;
}
</style>