Shades of Tyrian Purple #530232
Tints of Tyrian Purple #530232
RGB
CMYK
RGB Variations
Color information
#530232 (or 0x530232) is known color: Tyrian Purple. HEX triplet: 53, 02 and 32. RGB value is (83,2,50). Sum of RGB (Red+Green+Blue) = 83+2+50=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #530232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530232 is #ACFDCD. Grayscale: #1F1F1F. Windows color (decimal): -11337166 or 3277395. OLE color: 3277395.
HSL color Cylindrical-coordinate representation of color #530232: hue angle of 324.44º 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 #530232 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 50 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.67 |
| HSL | 324.44º | 0.95% | 0.17% | - |
| HSV(B) | 324.44º | 0.98% | 0.33% | - |
| XYZ | 4.16 | 2.11 | 3.21 | - |
| YUV | 31.69 | 138.34 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 50 | 0 | 0.98 | 0.40 | 0.67 | 324.44 | 0.95 | 0.17 |
| Hex | 53 | 2 | 32 | 0 | 62 | 28 | 43 | 144 | 5F | 11 |
| Octal | 123 | 2 | 62 | 0 | 142 | 50 | 103 | 504 | 137 | 21 |
| Binary | 1010011 | 10 | 110010 | 0 | 1100010 | 101000 | 1000011 | 101000100 | 1011111 | 10001 |
Color Harmonies of #530232
Complementary color
Monochromatic Colors of #530232
Black with #530232
Text Example
Text Example
White with #530232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530232; }
p { color: rgb(83,2,50); }
H1.HeaderClassName
{
color: #530232;
}
.AnyTagClassName
{
color: #530232;
}
</style>
background-color css
<style>
a { background-color: #530232; }
a { background-color: rgb(83,2,50); }
div.DivClassName
{
background-color: #530232;
}
.BgClassName
{
background-color: #530232;
}
</style>
border-color css
<style>
span { border-color: #530232; }
span { border-color: rgb(83,2,50); }
td.TdClassName
{
border-color: #530232;
}
.TagClassName
{
border-color: #530232;
}
</style>