Shades of Tyrian Purple #5C0841
Tints of Tyrian Purple #5C0841
RGB
CMYK
RGB Variations
Color information
#5C0841 (or 0x5C0841) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 41. RGB value is (92,8,65). Sum of RGB (Red+Green+Blue) = 92+8+65=165 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.76% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0841 is #A3F7BE. Grayscale: #272727. Windows color (decimal): -10745791 or 4261980. OLE color: 4261980.
HSL color Cylindrical-coordinate representation of color #5C0841: hue angle of 319.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0841 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 65 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.64 |
| HSL | 319.29º | 0.84% | 0.2% | - |
| HSV(B) | 319.29º | 0.91% | 0.36% | - |
| XYZ | 5.45 | 2.83 | 5.26 | - |
| YUV | 39.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 65 | 0 | 0.91 | 0.29 | 0.64 | 319.29 | 0.84 | 0.2 |
| Hex | 5C | 8 | 41 | 0 | 5B | 1D | 40 | 13F | 54 | 14 |
| Octal | 134 | 10 | 101 | 0 | 133 | 35 | 100 | 477 | 124 | 24 |
| Binary | 1011100 | 1000 | 1000001 | 0 | 1011011 | 11101 | 1000000 | 100111111 | 1010100 | 10100 |
Color Harmonies of #5C0841
Complementary color
Monochromatic Colors of #5C0841
Black with #5C0841
Text Example
Text Example
White with #5C0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0841; }
p { color: rgb(92,8,65); }
H1.HeaderClassName
{
color: #5C0841;
}
.AnyTagClassName
{
color: #5C0841;
}
</style>
background-color css
<style>
a { background-color: #5C0841; }
a { background-color: rgb(92,8,65); }
div.DivClassName
{
background-color: #5C0841;
}
.BgClassName
{
background-color: #5C0841;
}
</style>
border-color css
<style>
span { border-color: #5C0841; }
span { border-color: rgb(92,8,65); }
td.TdClassName
{
border-color: #5C0841;
}
.TagClassName
{
border-color: #5C0841;
}
</style>