Shades of Tyrian Purple #530244
Tints of Tyrian Purple #530244
RGB
CMYK
RGB Variations
Color information
#530244 (or 0x530244) is known color: Tyrian Purple. HEX triplet: 53, 02 and 44. RGB value is (83,2,68). Sum of RGB (Red+Green+Blue) = 83+2+68=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #530244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530244 is #ACFDBB. Grayscale: #212121. Windows color (decimal): -11337148 or 4457043. OLE color: 4457043.
HSL color Cylindrical-coordinate representation of color #530244: hue angle of 311.11º 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 #530244 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 68 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.67 |
| HSL | 311.11º | 0.95% | 0.17% | - |
| HSV(B) | 311.11º | 0.98% | 0.33% | - |
| XYZ | 4.63 | 2.3 | 5.67 | - |
| YUV | 33.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 68 | 0 | 0.98 | 0.18 | 0.67 | 311.11 | 0.95 | 0.17 |
| Hex | 53 | 2 | 44 | 0 | 62 | 12 | 43 | 137 | 5F | 11 |
| Octal | 123 | 2 | 104 | 0 | 142 | 22 | 103 | 467 | 137 | 21 |
| Binary | 1010011 | 10 | 1000100 | 0 | 1100010 | 10010 | 1000011 | 100110111 | 1011111 | 10001 |
Color Harmonies of #530244
Complementary color
Monochromatic Colors of #530244
Black with #530244
Text Example
Text Example
White with #530244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530244; }
p { color: rgb(83,2,68); }
H1.HeaderClassName
{
color: #530244;
}
.AnyTagClassName
{
color: #530244;
}
</style>
background-color css
<style>
a { background-color: #530244; }
a { background-color: rgb(83,2,68); }
div.DivClassName
{
background-color: #530244;
}
.BgClassName
{
background-color: #530244;
}
</style>
border-color css
<style>
span { border-color: #530244; }
span { border-color: rgb(83,2,68); }
td.TdClassName
{
border-color: #530244;
}
.TagClassName
{
border-color: #530244;
}
</style>