Shades of Tyrian Purple #5C0832
Tints of Tyrian Purple #5C0832
RGB
CMYK
RGB Variations
Color information
#5C0832 (or 0x5C0832) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 32. RGB value is (92,8,50). Sum of RGB (Red+Green+Blue) = 92+8+50=150 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0832 is #A3F7CD. Grayscale: #252525. Windows color (decimal): -10745806 or 3278940. OLE color: 3278940.
HSL color Cylindrical-coordinate representation of color #5C0832: hue angle of 330º 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 #5C0832 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 50 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.64 |
| HSL | 330º | 0.84% | 0.2% | - |
| HSV(B) | 330º | 0.91% | 0.36% | - |
| XYZ | 5.08 | 2.68 | 3.27 | - |
| YUV | 37.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 50 | 0 | 0.91 | 0.46 | 0.64 | 330 | 0.84 | 0.2 |
| Hex | 5C | 8 | 32 | 0 | 5B | 2E | 40 | 14A | 54 | 14 |
| Octal | 134 | 10 | 62 | 0 | 133 | 56 | 100 | 512 | 124 | 24 |
| Binary | 1011100 | 1000 | 110010 | 0 | 1011011 | 101110 | 1000000 | 101001010 | 1010100 | 10100 |
Color Harmonies of #5C0832
Complementary color
Monochromatic Colors of #5C0832
Black with #5C0832
Text Example
Text Example
White with #5C0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0832; }
p { color: rgb(92,8,50); }
H1.HeaderClassName
{
color: #5C0832;
}
.AnyTagClassName
{
color: #5C0832;
}
</style>
background-color css
<style>
a { background-color: #5C0832; }
a { background-color: rgb(92,8,50); }
div.DivClassName
{
background-color: #5C0832;
}
.BgClassName
{
background-color: #5C0832;
}
</style>
border-color css
<style>
span { border-color: #5C0832; }
span { border-color: rgb(92,8,50); }
td.TdClassName
{
border-color: #5C0832;
}
.TagClassName
{
border-color: #5C0832;
}
</style>