Shades of Tyrian Purple #5C0651
Tints of Tyrian Purple #5C0651
RGB
CMYK
RGB Variations
Color information
#5C0651 (or 0x5C0651) is known color: Tyrian Purple. HEX triplet: 5C, 06 and 51. RGB value is (92,6,81). Sum of RGB (Red+Green+Blue) = 92+6+81=179 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.40% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0651 is #A3F9AE. Grayscale: #282828. Windows color (decimal): -10746287 or 5310044. OLE color: 5310044.
HSL color Cylindrical-coordinate representation of color #5C0651: hue angle of 307.67º 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 #5C0651 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 6 | 81 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.64 |
| HSL | 307.67º | 0.88% | 0.19% | - |
| HSV(B) | 307.67º | 0.93% | 0.36% | - |
| XYZ | 5.96 | 3 | 8.05 | - |
| YUV | 40.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 81 | 0 | 0.93 | 0.12 | 0.64 | 307.67 | 0.88 | 0.19 |
| Hex | 5C | 6 | 51 | 0 | 5D | C | 40 | 134 | 58 | 13 |
| Octal | 134 | 6 | 121 | 0 | 135 | 14 | 100 | 464 | 130 | 23 |
| Binary | 1011100 | 110 | 1010001 | 0 | 1011101 | 1100 | 1000000 | 100110100 | 1011000 | 10011 |
Color Harmonies of #5C0651
Complementary color
Monochromatic Colors of #5C0651
Black with #5C0651
Text Example
Text Example
White with #5C0651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0651; }
p { color: rgb(92,6,81); }
H1.HeaderClassName
{
color: #5C0651;
}
.AnyTagClassName
{
color: #5C0651;
}
</style>
background-color css
<style>
a { background-color: #5C0651; }
a { background-color: rgb(92,6,81); }
div.DivClassName
{
background-color: #5C0651;
}
.BgClassName
{
background-color: #5C0651;
}
</style>
border-color css
<style>
span { border-color: #5C0651; }
span { border-color: rgb(92,6,81); }
td.TdClassName
{
border-color: #5C0651;
}
.TagClassName
{
border-color: #5C0651;
}
</style>