Shades of Tyrian Purple #5B0252
Tints of Tyrian Purple #5B0252
RGB
CMYK
RGB Variations
Color information
#5B0252 (or 0x5B0252) is known color: Tyrian Purple. HEX triplet: 5B, 02 and 52. RGB value is (91,2,82). Sum of RGB (Red+Green+Blue) = 91+2+82=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0252 is #A4FDAD. Grayscale: #252525. Windows color (decimal): -10812846 or 5374555. OLE color: 5374555.
HSL color Cylindrical-coordinate representation of color #5B0252: hue angle of 306.07º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0252 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 82 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.64 |
| HSL | 306.07º | 0.96% | 0.18% | - |
| HSV(B) | 306.07º | 0.98% | 0.36% | - |
| XYZ | 5.86 | 2.88 | 8.23 | - |
| YUV | 37.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 82 | 0 | 0.98 | 0.10 | 0.64 | 306.07 | 0.96 | 0.18 |
| Hex | 5B | 2 | 52 | 0 | 62 | A | 40 | 132 | 60 | 12 |
| Octal | 133 | 2 | 122 | 0 | 142 | 12 | 100 | 462 | 140 | 22 |
| Binary | 1011011 | 10 | 1010010 | 0 | 1100010 | 1010 | 1000000 | 100110010 | 1100000 | 10010 |
Color Harmonies of #5B0252
Complementary color
Monochromatic Colors of #5B0252
Black with #5B0252
Text Example
Text Example
White with #5B0252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0252; }
p { color: rgb(91,2,82); }
H1.HeaderClassName
{
color: #5B0252;
}
.AnyTagClassName
{
color: #5B0252;
}
</style>
background-color css
<style>
a { background-color: #5B0252; }
a { background-color: rgb(91,2,82); }
div.DivClassName
{
background-color: #5B0252;
}
.BgClassName
{
background-color: #5B0252;
}
</style>
border-color css
<style>
span { border-color: #5B0252; }
span { border-color: rgb(91,2,82); }
td.TdClassName
{
border-color: #5B0252;
}
.TagClassName
{
border-color: #5B0252;
}
</style>