Shades of Tyrian Purple #530A46
Tints of Tyrian Purple #530A46
RGB
CMYK
RGB Variations
Color information
#530A46 (or 0x530A46) is known color: Tyrian Purple. HEX triplet: 53, 0A and 46. RGB value is (83,10,70). Sum of RGB (Red+Green+Blue) = 83+10+70=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #530A46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A46 is #ACF5B9. Grayscale: #262626. Windows color (decimal): -11335098 or 4590163. OLE color: 4590163.
HSL color Cylindrical-coordinate representation of color #530A46: hue angle of 310.68º 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 #530A46 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 70 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.67 |
| HSL | 310.68º | 0.78% | 0.18% | - |
| HSV(B) | 310.68º | 0.88% | 0.33% | - |
| XYZ | 4.78 | 2.5 | 6.02 | - |
| YUV | 38.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 70 | 0 | 0.88 | 0.16 | 0.67 | 310.68 | 0.78 | 0.18 |
| Hex | 53 | A | 46 | 0 | 58 | 10 | 43 | 137 | 4E | 12 |
| Octal | 123 | 12 | 106 | 0 | 130 | 20 | 103 | 467 | 116 | 22 |
| Binary | 1010011 | 1010 | 1000110 | 0 | 1011000 | 10000 | 1000011 | 100110111 | 1001110 | 10010 |
Color Harmonies of #530A46
Complementary color
Monochromatic Colors of #530A46
Black with #530A46
Text Example
Text Example
White with #530A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A46; }
p { color: rgb(83,10,70); }
H1.HeaderClassName
{
color: #530A46;
}
.AnyTagClassName
{
color: #530A46;
}
</style>
background-color css
<style>
a { background-color: #530A46; }
a { background-color: rgb(83,10,70); }
div.DivClassName
{
background-color: #530A46;
}
.BgClassName
{
background-color: #530A46;
}
</style>
border-color css
<style>
span { border-color: #530A46; }
span { border-color: rgb(83,10,70); }
td.TdClassName
{
border-color: #530A46;
}
.TagClassName
{
border-color: #530A46;
}
</style>