Shades of Tyrian Purple #530030
Tints of Tyrian Purple #530030
RGB
CMYK
RGB Variations
Color information
#530030 (or 0x530030) is known color: Tyrian Purple. HEX triplet: 53, 00 and 30. RGB value is (83,0,48). Sum of RGB (Red+Green+Blue) = 83+0+48=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #530030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530030 is #ACFFCF. Grayscale: #1E1E1E. Windows color (decimal): -11337680 or 3145811. OLE color: 3145811.
HSL color Cylindrical-coordinate representation of color #530030: hue angle of 325.3º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530030 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.42 | 0.67 |
| HSL | 325.3º | 1% | 0.16% | - |
| HSV(B) | 325.3º | 1% | 0.33% | - |
| XYZ | 4.1 | 2.05 | 2.98 | - |
| YUV | 30.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 48 | 0 | 1 | 0.42 | 0.67 | 325.3 | 1 | 0.16 |
| Hex | 53 | 0 | 30 | 0 | 64 | 2A | 43 | 145 | 64 | 10 |
| Octal | 123 | 0 | 60 | 0 | 144 | 52 | 103 | 505 | 144 | 20 |
| Binary | 1010011 | 0 | 110000 | 0 | 1100100 | 101010 | 1000011 | 101000101 | 1100100 | 10000 |
Color Harmonies of #530030
Complementary color
Monochromatic Colors of #530030
Black with #530030
Text Example
Text Example
White with #530030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530030; }
p { color: rgb(83,0,48); }
H1.HeaderClassName
{
color: #530030;
}
.AnyTagClassName
{
color: #530030;
}
</style>
background-color css
<style>
a { background-color: #530030; }
a { background-color: rgb(83,0,48); }
div.DivClassName
{
background-color: #530030;
}
.BgClassName
{
background-color: #530030;
}
</style>
border-color css
<style>
span { border-color: #530030; }
span { border-color: rgb(83,0,48); }
td.TdClassName
{
border-color: #530030;
}
.TagClassName
{
border-color: #530030;
}
</style>