Shades of Tyrian Purple #530B40
Tints of Tyrian Purple #530B40
RGB
CMYK
RGB Variations
Color information
#530B40 (or 0x530B40) is known color: Tyrian Purple. HEX triplet: 53, 0B and 40. RGB value is (83,11,64). Sum of RGB (Red+Green+Blue) = 83+11+64=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B40 is #ACF4BF. Grayscale: #262626. Windows color (decimal): -11334848 or 4197203. OLE color: 4197203.
HSL color Cylindrical-coordinate representation of color #530B40: hue angle of 315.83º 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 #530B40 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 64 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.67 |
| HSL | 315.83º | 0.77% | 0.18% | - |
| HSV(B) | 315.83º | 0.87% | 0.33% | - |
| XYZ | 4.61 | 2.45 | 5.08 | - |
| YUV | 38.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 64 | 0 | 0.87 | 0.23 | 0.67 | 315.83 | 0.77 | 0.18 |
| Hex | 53 | B | 40 | 0 | 57 | 17 | 43 | 13C | 4D | 12 |
| Octal | 123 | 13 | 100 | 0 | 127 | 27 | 103 | 474 | 115 | 22 |
| Binary | 1010011 | 1011 | 1000000 | 0 | 1010111 | 10111 | 1000011 | 100111100 | 1001101 | 10010 |
Color Harmonies of #530B40
Complementary color
Monochromatic Colors of #530B40
Black with #530B40
Text Example
Text Example
White with #530B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B40; }
p { color: rgb(83,11,64); }
H1.HeaderClassName
{
color: #530B40;
}
.AnyTagClassName
{
color: #530B40;
}
</style>
background-color css
<style>
a { background-color: #530B40; }
a { background-color: rgb(83,11,64); }
div.DivClassName
{
background-color: #530B40;
}
.BgClassName
{
background-color: #530B40;
}
</style>
border-color css
<style>
span { border-color: #530B40; }
span { border-color: rgb(83,11,64); }
td.TdClassName
{
border-color: #530B40;
}
.TagClassName
{
border-color: #530B40;
}
</style>