Shades of Tyrian Purple #530240
Tints of Tyrian Purple #530240
RGB
CMYK
RGB Variations
Color information
#530240 (or 0x530240) is known color: Tyrian Purple. HEX triplet: 53, 02 and 40. RGB value is (83,2,64). Sum of RGB (Red+Green+Blue) = 83+2+64=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530240 is #ACFDBF. Grayscale: #212121. Windows color (decimal): -11337152 or 4194899. OLE color: 4194899.
HSL color Cylindrical-coordinate representation of color #530240: hue angle of 314.07º 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 #530240 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 64 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.67 |
| HSL | 314.07º | 0.95% | 0.17% | - |
| HSV(B) | 314.07º | 0.98% | 0.33% | - |
| XYZ | 4.51 | 2.25 | 5.05 | - |
| YUV | 33.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 64 | 0 | 0.98 | 0.23 | 0.67 | 314.07 | 0.95 | 0.17 |
| Hex | 53 | 2 | 40 | 0 | 62 | 17 | 43 | 13A | 5F | 11 |
| Octal | 123 | 2 | 100 | 0 | 142 | 27 | 103 | 472 | 137 | 21 |
| Binary | 1010011 | 10 | 1000000 | 0 | 1100010 | 10111 | 1000011 | 100111010 | 1011111 | 10001 |
Color Harmonies of #530240
Complementary color
Monochromatic Colors of #530240
Black with #530240
Text Example
Text Example
White with #530240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530240; }
p { color: rgb(83,2,64); }
H1.HeaderClassName
{
color: #530240;
}
.AnyTagClassName
{
color: #530240;
}
</style>
background-color css
<style>
a { background-color: #530240; }
a { background-color: rgb(83,2,64); }
div.DivClassName
{
background-color: #530240;
}
.BgClassName
{
background-color: #530240;
}
</style>
border-color css
<style>
span { border-color: #530240; }
span { border-color: rgb(83,2,64); }
td.TdClassName
{
border-color: #530240;
}
.TagClassName
{
border-color: #530240;
}
</style>