Shades of Tyrian Purple #5C0435
Tints of Tyrian Purple #5C0435
RGB
CMYK
RGB Variations
Color information
#5C0435 (or 0x5C0435) is known color: Tyrian Purple. HEX triplet: 5C, 04 and 35. RGB value is (92,4,53). Sum of RGB (Red+Green+Blue) = 92+4+53=149 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.74% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0435 is #A3FBCA. Grayscale: #232323. Windows color (decimal): -10746827 or 3474524. OLE color: 3474524.
HSL color Cylindrical-coordinate representation of color #5C0435: hue angle of 326.59º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0435 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 4 | 53 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.64 |
| HSL | 326.59º | 0.92% | 0.19% | - |
| HSV(B) | 326.59º | 0.96% | 0.36% | - |
| XYZ | 5.1 | 2.62 | 3.6 | - |
| YUV | 35.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 53 | 0 | 0.96 | 0.42 | 0.64 | 326.59 | 0.92 | 0.19 |
| Hex | 5C | 4 | 35 | 0 | 60 | 2A | 40 | 147 | 5C | 13 |
| Octal | 134 | 4 | 65 | 0 | 140 | 52 | 100 | 507 | 134 | 23 |
| Binary | 1011100 | 100 | 110101 | 0 | 1100000 | 101010 | 1000000 | 101000111 | 1011100 | 10011 |
Color Harmonies of #5C0435
Complementary color
Monochromatic Colors of #5C0435
Black with #5C0435
Text Example
Text Example
White with #5C0435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0435; }
p { color: rgb(92,4,53); }
H1.HeaderClassName
{
color: #5C0435;
}
.AnyTagClassName
{
color: #5C0435;
}
</style>
background-color css
<style>
a { background-color: #5C0435; }
a { background-color: rgb(92,4,53); }
div.DivClassName
{
background-color: #5C0435;
}
.BgClassName
{
background-color: #5C0435;
}
</style>
border-color css
<style>
span { border-color: #5C0435; }
span { border-color: rgb(92,4,53); }
td.TdClassName
{
border-color: #5C0435;
}
.TagClassName
{
border-color: #5C0435;
}
</style>