Shades of Tyrian Purple #5B064F
Tints of Tyrian Purple #5B064F
RGB
CMYK
RGB Variations
Color information
#5B064F (or 0x5B064F) is known color: Tyrian Purple. HEX triplet: 5B, 06 and 4F. RGB value is (91,6,79). Sum of RGB (Red+Green+Blue) = 91+6+79=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B064F is #A4F9B0. Grayscale: #272727. Windows color (decimal): -10811825 or 5178971. OLE color: 5178971.
HSL color Cylindrical-coordinate representation of color #5B064F: hue angle of 308.47º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B064F is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 6 | 79 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.64 |
| HSL | 308.47º | 0.88% | 0.19% | - |
| HSV(B) | 308.47º | 0.93% | 0.36% | - |
| XYZ | 5.79 | 2.92 | 7.66 | - |
| YUV | 39.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 79 | 0 | 0.93 | 0.13 | 0.64 | 308.47 | 0.88 | 0.19 |
| Hex | 5B | 6 | 4F | 0 | 5D | D | 40 | 134 | 58 | 13 |
| Octal | 133 | 6 | 117 | 0 | 135 | 15 | 100 | 464 | 130 | 23 |
| Binary | 1011011 | 110 | 1001111 | 0 | 1011101 | 1101 | 1000000 | 100110100 | 1011000 | 10011 |
Color Harmonies of #5B064F
Complementary color
Monochromatic Colors of #5B064F
Black with #5B064F
Text Example
Text Example
White with #5B064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B064F; }
p { color: rgb(91,6,79); }
H1.HeaderClassName
{
color: #5B064F;
}
.AnyTagClassName
{
color: #5B064F;
}
</style>
background-color css
<style>
a { background-color: #5B064F; }
a { background-color: rgb(91,6,79); }
div.DivClassName
{
background-color: #5B064F;
}
.BgClassName
{
background-color: #5B064F;
}
</style>
border-color css
<style>
span { border-color: #5B064F; }
span { border-color: rgb(91,6,79); }
td.TdClassName
{
border-color: #5B064F;
}
.TagClassName
{
border-color: #5B064F;
}
</style>