Shades of Tyrian Purple #530A3A
Tints of Tyrian Purple #530A3A
RGB
CMYK
RGB Variations
Color information
#530A3A (or 0x530A3A) is known color: Tyrian Purple. HEX triplet: 53, 0A and 3A. RGB value is (83,10,58). Sum of RGB (Red+Green+Blue) = 83+10+58=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #530A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A3A is #ACF5C5. Grayscale: #252525. Windows color (decimal): -11335110 or 3803731. OLE color: 3803731.
HSL color Cylindrical-coordinate representation of color #530A3A: hue angle of 320.55º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A3A is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 58 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.67 |
| HSL | 320.55º | 0.78% | 0.18% | - |
| HSV(B) | 320.55º | 0.88% | 0.33% | - |
| XYZ | 4.44 | 2.36 | 4.22 | - |
| YUV | 37.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 58 | 0 | 0.88 | 0.30 | 0.67 | 320.55 | 0.78 | 0.18 |
| Hex | 53 | A | 3A | 0 | 58 | 1E | 43 | 141 | 4E | 12 |
| Octal | 123 | 12 | 72 | 0 | 130 | 36 | 103 | 501 | 116 | 22 |
| Binary | 1010011 | 1010 | 111010 | 0 | 1011000 | 11110 | 1000011 | 101000001 | 1001110 | 10010 |
Color Harmonies of #530A3A
Complementary color
Monochromatic Colors of #530A3A
Black with #530A3A
Text Example
Text Example
White with #530A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A3A; }
p { color: rgb(83,10,58); }
H1.HeaderClassName
{
color: #530A3A;
}
.AnyTagClassName
{
color: #530A3A;
}
</style>
background-color css
<style>
a { background-color: #530A3A; }
a { background-color: rgb(83,10,58); }
div.DivClassName
{
background-color: #530A3A;
}
.BgClassName
{
background-color: #530A3A;
}
</style>
border-color css
<style>
span { border-color: #530A3A; }
span { border-color: rgb(83,10,58); }
td.TdClassName
{
border-color: #530A3A;
}
.TagClassName
{
border-color: #530A3A;
}
</style>