Shades of Tyrian Purple #5C0226
Tints of Tyrian Purple #5C0226
RGB
CMYK
RGB Variations
Color information
#5C0226 (or 0x5C0226) is known color: Tyrian Purple. HEX triplet: 5C, 02 and 26. RGB value is (92,2,38). Sum of RGB (Red+Green+Blue) = 92+2+38=132 (17% of max value = 765). Red value is 92 (36.33% from 255 or 69.70% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0226 is #A3FDD9. Grayscale: #202020. Windows color (decimal): -10747354 or 2490972. OLE color: 2490972.
HSL color Cylindrical-coordinate representation of color #5C0226: hue angle of 336º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0226 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 2 | 38 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.64 |
| HSL | 336º | 0.96% | 0.18% | - |
| HSV(B) | 336º | 0.98% | 0.36% | - |
| XYZ | 4.79 | 2.46 | 2.06 | - |
| YUV | 33.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 38 | 0 | 0.98 | 0.59 | 0.64 | 336 | 0.96 | 0.18 |
| Hex | 5C | 2 | 26 | 0 | 62 | 3B | 40 | 150 | 60 | 12 |
| Octal | 134 | 2 | 46 | 0 | 142 | 73 | 100 | 520 | 140 | 22 |
| Binary | 1011100 | 10 | 100110 | 0 | 1100010 | 111011 | 1000000 | 101010000 | 1100000 | 10010 |
Color Harmonies of #5C0226
Complementary color
Monochromatic Colors of #5C0226
Black with #5C0226
Text Example
Text Example
White with #5C0226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0226; }
p { color: rgb(92,2,38); }
H1.HeaderClassName
{
color: #5C0226;
}
.AnyTagClassName
{
color: #5C0226;
}
</style>
background-color css
<style>
a { background-color: #5C0226; }
a { background-color: rgb(92,2,38); }
div.DivClassName
{
background-color: #5C0226;
}
.BgClassName
{
background-color: #5C0226;
}
</style>
border-color css
<style>
span { border-color: #5C0226; }
span { border-color: rgb(92,2,38); }
td.TdClassName
{
border-color: #5C0226;
}
.TagClassName
{
border-color: #5C0226;
}
</style>