Shades of Tyrian Purple #5C0835
Tints of Tyrian Purple #5C0835
RGB
CMYK
RGB Variations
Color information
#5C0835 (or 0x5C0835) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 35. RGB value is (92,8,53). Sum of RGB (Red+Green+Blue) = 92+8+53=153 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.13% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0835 is #A3F7CA. Grayscale: #262626. Windows color (decimal): -10745803 or 3475548. OLE color: 3475548.
HSL color Cylindrical-coordinate representation of color #5C0835: hue angle of 327.86º 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 #5C0835 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 53 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.64 |
| HSL | 327.86º | 0.84% | 0.2% | - |
| HSV(B) | 327.86º | 0.91% | 0.36% | - |
| XYZ | 5.14 | 2.71 | 3.62 | - |
| YUV | 38.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 53 | 0 | 0.91 | 0.42 | 0.64 | 327.86 | 0.84 | 0.2 |
| Hex | 5C | 8 | 35 | 0 | 5B | 2A | 40 | 148 | 54 | 14 |
| Octal | 134 | 10 | 65 | 0 | 133 | 52 | 100 | 510 | 124 | 24 |
| Binary | 1011100 | 1000 | 110101 | 0 | 1011011 | 101010 | 1000000 | 101001000 | 1010100 | 10100 |
Color Harmonies of #5C0835
Complementary color
Monochromatic Colors of #5C0835
Black with #5C0835
Text Example
Text Example
White with #5C0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0835; }
p { color: rgb(92,8,53); }
H1.HeaderClassName
{
color: #5C0835;
}
.AnyTagClassName
{
color: #5C0835;
}
</style>
background-color css
<style>
a { background-color: #5C0835; }
a { background-color: rgb(92,8,53); }
div.DivClassName
{
background-color: #5C0835;
}
.BgClassName
{
background-color: #5C0835;
}
</style>
border-color css
<style>
span { border-color: #5C0835; }
span { border-color: rgb(92,8,53); }
td.TdClassName
{
border-color: #5C0835;
}
.TagClassName
{
border-color: #5C0835;
}
</style>