Shades of Tyrian Purple #53022B
Tints of Tyrian Purple #53022B
RGB
CMYK
RGB Variations
Color information
#53022B (or 0x53022B) is known color: Tyrian Purple. HEX triplet: 53, 02 and 2B. RGB value is (83,2,43). Sum of RGB (Red+Green+Blue) = 83+2+43=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53022B is #ACFDD4. Grayscale: #1E1E1E. Windows color (decimal): -11337173 or 2818643. OLE color: 2818643.
HSL color Cylindrical-coordinate representation of color #53022B: hue angle of 329.63º 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 #53022B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.67 |
| HSL | 329.63º | 0.95% | 0.17% | - |
| HSV(B) | 329.63º | 0.98% | 0.33% | - |
| XYZ | 4.03 | 2.06 | 2.47 | - |
| YUV | 30.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 43 | 0 | 0.98 | 0.48 | 0.67 | 329.63 | 0.95 | 0.17 |
| Hex | 53 | 2 | 2B | 0 | 62 | 30 | 43 | 14A | 5F | 11 |
| Octal | 123 | 2 | 53 | 0 | 142 | 60 | 103 | 512 | 137 | 21 |
| Binary | 1010011 | 10 | 101011 | 0 | 1100010 | 110000 | 1000011 | 101001010 | 1011111 | 10001 |
Color Harmonies of #53022B
Complementary color
Monochromatic Colors of #53022B
Black with #53022B
Text Example
Text Example
White with #53022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53022B; }
p { color: rgb(83,2,43); }
H1.HeaderClassName
{
color: #53022B;
}
.AnyTagClassName
{
color: #53022B;
}
</style>
background-color css
<style>
a { background-color: #53022B; }
a { background-color: rgb(83,2,43); }
div.DivClassName
{
background-color: #53022B;
}
.BgClassName
{
background-color: #53022B;
}
</style>
border-color css
<style>
span { border-color: #53022B; }
span { border-color: rgb(83,2,43); }
td.TdClassName
{
border-color: #53022B;
}
.TagClassName
{
border-color: #53022B;
}
</style>