Shades of Tyrian Purple #5B0245
Tints of Tyrian Purple #5B0245
RGB
CMYK
RGB Variations
Color information
#5B0245 (or 0x5B0245) is known color: Tyrian Purple. HEX triplet: 5B, 02 and 45. RGB value is (91,2,69). Sum of RGB (Red+Green+Blue) = 91+2+69=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0245 is #A4FDBA. Grayscale: #242424. Windows color (decimal): -10812859 or 4522587. OLE color: 4522587.
HSL color Cylindrical-coordinate representation of color #5B0245: hue angle of 314.83º 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 #5B0245 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.64 |
| HSL | 314.83º | 0.96% | 0.18% | - |
| HSV(B) | 314.83º | 0.98% | 0.36% | - |
| XYZ | 5.41 | 2.7 | 5.87 | - |
| YUV | 36.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 69 | 0 | 0.98 | 0.24 | 0.64 | 314.83 | 0.96 | 0.18 |
| Hex | 5B | 2 | 45 | 0 | 62 | 18 | 40 | 13B | 60 | 12 |
| Octal | 133 | 2 | 105 | 0 | 142 | 30 | 100 | 473 | 140 | 22 |
| Binary | 1011011 | 10 | 1000101 | 0 | 1100010 | 11000 | 1000000 | 100111011 | 1100000 | 10010 |
Color Harmonies of #5B0245
Complementary color
Monochromatic Colors of #5B0245
Black with #5B0245
Text Example
Text Example
White with #5B0245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0245; }
p { color: rgb(91,2,69); }
H1.HeaderClassName
{
color: #5B0245;
}
.AnyTagClassName
{
color: #5B0245;
}
</style>
background-color css
<style>
a { background-color: #5B0245; }
a { background-color: rgb(91,2,69); }
div.DivClassName
{
background-color: #5B0245;
}
.BgClassName
{
background-color: #5B0245;
}
</style>
border-color css
<style>
span { border-color: #5B0245; }
span { border-color: rgb(91,2,69); }
td.TdClassName
{
border-color: #5B0245;
}
.TagClassName
{
border-color: #5B0245;
}
</style>