Shades of Tyrian Purple #530B44
Tints of Tyrian Purple #530B44
RGB
CMYK
RGB Variations
Color information
#530B44 (or 0x530B44) is known color: Tyrian Purple. HEX triplet: 53, 0B and 44. RGB value is (83,11,68). Sum of RGB (Red+Green+Blue) = 83+11+68=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #530B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B44 is #ACF4BB. Grayscale: #262626. Windows color (decimal): -11334844 or 4459347. OLE color: 4459347.
HSL color Cylindrical-coordinate representation of color #530B44: hue angle of 312.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B44 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 68 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.67 |
| HSL | 312.5º | 0.77% | 0.18% | - |
| HSV(B) | 312.5º | 0.87% | 0.33% | - |
| XYZ | 4.73 | 2.5 | 5.7 | - |
| YUV | 39.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 68 | 0 | 0.87 | 0.18 | 0.67 | 312.5 | 0.77 | 0.18 |
| Hex | 53 | B | 44 | 0 | 57 | 12 | 43 | 138 | 4D | 12 |
| Octal | 123 | 13 | 104 | 0 | 127 | 22 | 103 | 470 | 115 | 22 |
| Binary | 1010011 | 1011 | 1000100 | 0 | 1010111 | 10010 | 1000011 | 100111000 | 1001101 | 10010 |
Color Harmonies of #530B44
Complementary color
Monochromatic Colors of #530B44
Black with #530B44
Text Example
Text Example
White with #530B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B44; }
p { color: rgb(83,11,68); }
H1.HeaderClassName
{
color: #530B44;
}
.AnyTagClassName
{
color: #530B44;
}
</style>
background-color css
<style>
a { background-color: #530B44; }
a { background-color: rgb(83,11,68); }
div.DivClassName
{
background-color: #530B44;
}
.BgClassName
{
background-color: #530B44;
}
</style>
border-color css
<style>
span { border-color: #530B44; }
span { border-color: rgb(83,11,68); }
td.TdClassName
{
border-color: #530B44;
}
.TagClassName
{
border-color: #530B44;
}
</style>