Shades of Tyrian Purple #5B003C
Tints of Tyrian Purple #5B003C
RGB
CMYK
RGB Variations
Color information
#5B003C (or 0x5B003C) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 3C. RGB value is (91,0,60). Sum of RGB (Red+Green+Blue) = 91+0+60=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B003C is #A4FFC3. Grayscale: #212121. Windows color (decimal): -10813380 or 3932251. OLE color: 3932251.
HSL color Cylindrical-coordinate representation of color #5B003C: hue angle of 320.44º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B003C is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.34 | 0.64 |
| HSL | 320.44º | 1% | 0.18% | - |
| HSV(B) | 320.44º | 1% | 0.36% | - |
| XYZ | 5.13 | 2.55 | 4.5 | - |
| YUV | 34.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 60 | 0 | 1 | 0.34 | 0.64 | 320.44 | 1 | 0.18 |
| Hex | 5B | 0 | 3C | 0 | 64 | 22 | 40 | 140 | 64 | 12 |
| Octal | 133 | 0 | 74 | 0 | 144 | 42 | 100 | 500 | 144 | 22 |
| Binary | 1011011 | 0 | 111100 | 0 | 1100100 | 100010 | 1000000 | 101000000 | 1100100 | 10010 |
Color Harmonies of #5B003C
Complementary color
Monochromatic Colors of #5B003C
Black with #5B003C
Text Example
Text Example
White with #5B003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B003C; }
p { color: rgb(91,0,60); }
H1.HeaderClassName
{
color: #5B003C;
}
.AnyTagClassName
{
color: #5B003C;
}
</style>
background-color css
<style>
a { background-color: #5B003C; }
a { background-color: rgb(91,0,60); }
div.DivClassName
{
background-color: #5B003C;
}
.BgClassName
{
background-color: #5B003C;
}
</style>
border-color css
<style>
span { border-color: #5B003C; }
span { border-color: rgb(91,0,60); }
td.TdClassName
{
border-color: #5B003C;
}
.TagClassName
{
border-color: #5B003C;
}
</style>