Shades of Tyrian Purple #530A45
Tints of Tyrian Purple #530A45
RGB
CMYK
RGB Variations
Color information
#530A45 (or 0x530A45) is known color: Tyrian Purple. HEX triplet: 53, 0A and 45. RGB value is (83,10,69). Sum of RGB (Red+Green+Blue) = 83+10+69=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #530A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A45 is #ACF5BA. Grayscale: #262626. Windows color (decimal): -11335099 or 4524627. OLE color: 4524627.
HSL color Cylindrical-coordinate representation of color #530A45: hue angle of 311.51º 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 #530A45 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 69 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.67 |
| HSL | 311.51º | 0.78% | 0.18% | - |
| HSV(B) | 311.51º | 0.88% | 0.33% | - |
| XYZ | 4.75 | 2.49 | 5.86 | - |
| YUV | 38.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 69 | 0 | 0.88 | 0.17 | 0.67 | 311.51 | 0.78 | 0.18 |
| Hex | 53 | A | 45 | 0 | 58 | 11 | 43 | 138 | 4E | 12 |
| Octal | 123 | 12 | 105 | 0 | 130 | 21 | 103 | 470 | 116 | 22 |
| Binary | 1010011 | 1010 | 1000101 | 0 | 1011000 | 10001 | 1000011 | 100111000 | 1001110 | 10010 |
Color Harmonies of #530A45
Complementary color
Monochromatic Colors of #530A45
Black with #530A45
Text Example
Text Example
White with #530A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A45; }
p { color: rgb(83,10,69); }
H1.HeaderClassName
{
color: #530A45;
}
.AnyTagClassName
{
color: #530A45;
}
</style>
background-color css
<style>
a { background-color: #530A45; }
a { background-color: rgb(83,10,69); }
div.DivClassName
{
background-color: #530A45;
}
.BgClassName
{
background-color: #530A45;
}
</style>
border-color css
<style>
span { border-color: #530A45; }
span { border-color: rgb(83,10,69); }
td.TdClassName
{
border-color: #530A45;
}
.TagClassName
{
border-color: #530A45;
}
</style>