Shades of Tyrian Purple #530153
Tints of Tyrian Purple #530153
RGB
CMYK
RGB Variations
Color information
#530153 (or 0x530153) is known color: Tyrian Purple. HEX triplet: 53, 01 and 53. RGB value is (83,1,83). Sum of RGB (Red+Green+Blue) = 83+1+83=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #530153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530153 is #ACFEAC. Grayscale: #222222. Windows color (decimal): -11337389 or 5439827. OLE color: 5439827.
HSL color Cylindrical-coordinate representation of color #530153: hue angle of 300º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530153 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0 | 0.67 |
| HSL | 300º | 0.98% | 0.16% | - |
| HSV(B) | 300º | 0.99% | 0.33% | - |
| XYZ | 5.14 | 2.49 | 8.39 | - |
| YUV | 34.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 83 | 0 | 0.99 | 0 | 0.67 | 300 | 0.98 | 0.16 |
| Hex | 53 | 1 | 53 | 0 | 63 | 0 | 43 | 12C | 62 | 10 |
| Octal | 123 | 1 | 123 | 0 | 143 | 0 | 103 | 454 | 142 | 20 |
| Binary | 1010011 | 1 | 1010011 | 0 | 1100011 | 0 | 1000011 | 100101100 | 1100010 | 10000 |
Color Harmonies of #530153
Complementary color
Monochromatic Colors of #530153
Black with #530153
Text Example
Text Example
White with #530153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530153; }
p { color: rgb(83,1,83); }
H1.HeaderClassName
{
color: #530153;
}
.AnyTagClassName
{
color: #530153;
}
</style>
background-color css
<style>
a { background-color: #530153; }
a { background-color: rgb(83,1,83); }
div.DivClassName
{
background-color: #530153;
}
.BgClassName
{
background-color: #530153;
}
</style>
border-color css
<style>
span { border-color: #530153; }
span { border-color: rgb(83,1,83); }
td.TdClassName
{
border-color: #530153;
}
.TagClassName
{
border-color: #530153;
}
</style>