Shades of Tyrian Purple #5B012C
Tints of Tyrian Purple #5B012C
RGB
CMYK
RGB Variations
Color information
#5B012C (or 0x5B012C) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 2C. RGB value is (91,1,44). Sum of RGB (Red+Green+Blue) = 91+1+44=136 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.91% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 91 - color contains mainly: red. Hex color #5B012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B012C is #A4FED3. Grayscale: #202020. Windows color (decimal): -10813140 or 2883931. OLE color: 2883931.
HSL color Cylindrical-coordinate representation of color #5B012C: hue angle of 331.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B012C is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.64 |
| HSL | 331.33º | 0.98% | 0.18% | - |
| HSV(B) | 331.33º | 0.99% | 0.36% | - |
| XYZ | 4.78 | 2.43 | 2.6 | - |
| YUV | 32.81 | 134.32 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 44 | 0 | 0.99 | 0.52 | 0.64 | 331.33 | 0.98 | 0.18 |
| Hex | 5B | 1 | 2C | 0 | 63 | 34 | 40 | 14B | 62 | 12 |
| Octal | 133 | 1 | 54 | 0 | 143 | 64 | 100 | 513 | 142 | 22 |
| Binary | 1011011 | 1 | 101100 | 0 | 1100011 | 110100 | 1000000 | 101001011 | 1100010 | 10010 |
Color Harmonies of #5B012C
Complementary color
Monochromatic Colors of #5B012C
Black with #5B012C
Text Example
Text Example
White with #5B012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B012C; }
p { color: rgb(91,1,44); }
H1.HeaderClassName
{
color: #5B012C;
}
.AnyTagClassName
{
color: #5B012C;
}
</style>
background-color css
<style>
a { background-color: #5B012C; }
a { background-color: rgb(91,1,44); }
div.DivClassName
{
background-color: #5B012C;
}
.BgClassName
{
background-color: #5B012C;
}
</style>
border-color css
<style>
span { border-color: #5B012C; }
span { border-color: rgb(91,1,44); }
td.TdClassName
{
border-color: #5B012C;
}
.TagClassName
{
border-color: #5B012C;
}
</style>