Shades of Tyrian Purple #5B0255
Tints of Tyrian Purple #5B0255
RGB
CMYK
RGB Variations
Color information
#5B0255 (or 0x5B0255) is known color: Tyrian Purple. HEX triplet: 5B, 02 and 55. RGB value is (91,2,85). Sum of RGB (Red+Green+Blue) = 91+2+85=178 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.12% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0255 is #A4FDAA. Grayscale: #252525. Windows color (decimal): -10812843 or 5571163. OLE color: 5571163.
HSL color Cylindrical-coordinate representation of color #5B0255: hue angle of 304.04º 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 #5B0255 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 85 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.64 |
| HSL | 304.05º | 0.96% | 0.18% | - |
| HSV(B) | 304.05º | 0.98% | 0.36% | - |
| XYZ | 5.98 | 2.92 | 8.84 | - |
| YUV | 38.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 85 | 0 | 0.98 | 0.07 | 0.64 | 304.05 | 0.96 | 0.18 |
| Hex | 5B | 2 | 55 | 0 | 62 | 7 | 40 | 130 | 60 | 12 |
| Octal | 133 | 2 | 125 | 0 | 142 | 7 | 100 | 460 | 140 | 22 |
| Binary | 1011011 | 10 | 1010101 | 0 | 1100010 | 111 | 1000000 | 100110000 | 1100000 | 10010 |
Color Harmonies of #5B0255
Complementary color
Monochromatic Colors of #5B0255
Black with #5B0255
Text Example
Text Example
White with #5B0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0255; }
p { color: rgb(91,2,85); }
H1.HeaderClassName
{
color: #5B0255;
}
.AnyTagClassName
{
color: #5B0255;
}
</style>
background-color css
<style>
a { background-color: #5B0255; }
a { background-color: rgb(91,2,85); }
div.DivClassName
{
background-color: #5B0255;
}
.BgClassName
{
background-color: #5B0255;
}
</style>
border-color css
<style>
span { border-color: #5B0255; }
span { border-color: rgb(91,2,85); }
td.TdClassName
{
border-color: #5B0255;
}
.TagClassName
{
border-color: #5B0255;
}
</style>