Shades of Tyrian Purple #520B3B
Tints of Tyrian Purple #520B3B
RGB
CMYK
RGB Variations
Color information
#520B3B (or 0x520B3B) is known color: Tyrian Purple. HEX triplet: 52, 0B and 3B. RGB value is (82,11,59). Sum of RGB (Red+Green+Blue) = 82+11+59=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #520B3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B3B is #ADF4C4. Grayscale: #252525. Windows color (decimal): -11400389 or 3869522. OLE color: 3869522.
HSL color Cylindrical-coordinate representation of color #520B3B: hue angle of 319.44º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520B3B is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 11 | 59 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.68 |
| HSL | 319.44º | 0.76% | 0.18% | - |
| HSV(B) | 319.44º | 0.87% | 0.32% | - |
| XYZ | 4.39 | 2.35 | 4.36 | - |
| YUV | 37.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 59 | 0 | 0.87 | 0.28 | 0.68 | 319.44 | 0.76 | 0.18 |
| Hex | 52 | B | 3B | 0 | 57 | 1C | 44 | 13F | 4C | 12 |
| Octal | 122 | 13 | 73 | 0 | 127 | 34 | 104 | 477 | 114 | 22 |
| Binary | 1010010 | 1011 | 111011 | 0 | 1010111 | 11100 | 1000100 | 100111111 | 1001100 | 10010 |
Color Harmonies of #520B3B
Complementary color
Monochromatic Colors of #520B3B
Black with #520B3B
Text Example
Text Example
White with #520B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B3B; }
p { color: rgb(82,11,59); }
H1.HeaderClassName
{
color: #520B3B;
}
.AnyTagClassName
{
color: #520B3B;
}
</style>
background-color css
<style>
a { background-color: #520B3B; }
a { background-color: rgb(82,11,59); }
div.DivClassName
{
background-color: #520B3B;
}
.BgClassName
{
background-color: #520B3B;
}
</style>
border-color css
<style>
span { border-color: #520B3B; }
span { border-color: rgb(82,11,59); }
td.TdClassName
{
border-color: #520B3B;
}
.TagClassName
{
border-color: #520B3B;
}
</style>