Shades of Tyrian Purple #5D064C
Tints of Tyrian Purple #5D064C
RGB
CMYK
RGB Variations
Color information
#5D064C (or 0x5D064C) is known color: Tyrian Purple. HEX triplet: 5D, 06 and 4C. RGB value is (93,6,76). Sum of RGB (Red+Green+Blue) = 93+6+76=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D064C is #A2F9B3. Grayscale: #272727. Windows color (decimal): -10680756 or 4982365. OLE color: 4982365.
HSL color Cylindrical-coordinate representation of color #5D064C: hue angle of 311.72º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D064C is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 6 | 76 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.64 |
| HSL | 311.72º | 0.88% | 0.19% | - |
| HSV(B) | 311.72º | 0.94% | 0.36% | - |
| XYZ | 5.88 | 2.98 | 7.1 | - |
| YUV | 39.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 76 | 0 | 0.94 | 0.18 | 0.64 | 311.72 | 0.88 | 0.19 |
| Hex | 5D | 6 | 4C | 0 | 5E | 12 | 40 | 138 | 58 | 13 |
| Octal | 135 | 6 | 114 | 0 | 136 | 22 | 100 | 470 | 130 | 23 |
| Binary | 1011101 | 110 | 1001100 | 0 | 1011110 | 10010 | 1000000 | 100111000 | 1011000 | 10011 |
Color Harmonies of #5D064C
Complementary color
Monochromatic Colors of #5D064C
Black with #5D064C
Text Example
Text Example
White with #5D064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D064C; }
p { color: rgb(93,6,76); }
H1.HeaderClassName
{
color: #5D064C;
}
.AnyTagClassName
{
color: #5D064C;
}
</style>
background-color css
<style>
a { background-color: #5D064C; }
a { background-color: rgb(93,6,76); }
div.DivClassName
{
background-color: #5D064C;
}
.BgClassName
{
background-color: #5D064C;
}
</style>
border-color css
<style>
span { border-color: #5D064C; }
span { border-color: rgb(93,6,76); }
td.TdClassName
{
border-color: #5D064C;
}
.TagClassName
{
border-color: #5D064C;
}
</style>