Shades of Tyrian Purple #5C0028
Tints of Tyrian Purple #5C0028
RGB
CMYK
RGB Variations
Color information
#5C0028 (or 0x5C0028) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 28. RGB value is (92,0,40). Sum of RGB (Red+Green+Blue) = 92+0+40=132 (17% of max value = 765). Red value is 92 (36.33% from 255 or 69.70% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0028 is #A3FFD7. Grayscale: #202020. Windows color (decimal): -10747864 or 2621532. OLE color: 2621532.
HSL color Cylindrical-coordinate representation of color #5C0028: hue angle of 333.91º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0028 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.57 | 0.64 |
| HSL | 333.91º | 1% | 0.18% | - |
| HSV(B) | 333.91º | 1% | 0.36% | - |
| XYZ | 4.8 | 2.43 | 2.22 | - |
| YUV | 32.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 40 | 0 | 1 | 0.57 | 0.64 | 333.91 | 1 | 0.18 |
| Hex | 5C | 0 | 28 | 0 | 64 | 39 | 40 | 14E | 64 | 12 |
| Octal | 134 | 0 | 50 | 0 | 144 | 71 | 100 | 516 | 144 | 22 |
| Binary | 1011100 | 0 | 101000 | 0 | 1100100 | 111001 | 1000000 | 101001110 | 1100100 | 10010 |
Color Harmonies of #5C0028
Complementary color
Monochromatic Colors of #5C0028
Black with #5C0028
Text Example
Text Example
White with #5C0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0028; }
p { color: rgb(92,0,40); }
H1.HeaderClassName
{
color: #5C0028;
}
.AnyTagClassName
{
color: #5C0028;
}
</style>
background-color css
<style>
a { background-color: #5C0028; }
a { background-color: rgb(92,0,40); }
div.DivClassName
{
background-color: #5C0028;
}
.BgClassName
{
background-color: #5C0028;
}
</style>
border-color css
<style>
span { border-color: #5C0028; }
span { border-color: rgb(92,0,40); }
td.TdClassName
{
border-color: #5C0028;
}
.TagClassName
{
border-color: #5C0028;
}
</style>