Shades of Tyrian Purple #5C0134
Tints of Tyrian Purple #5C0134
RGB
CMYK
RGB Variations
Color information
#5C0134 (or 0x5C0134) is known color: Tyrian Purple. HEX triplet: 5C, 01 and 34. RGB value is (92,1,52). Sum of RGB (Red+Green+Blue) = 92+1+52=145 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.45% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0134 is #A3FECB. Grayscale: #212121. Windows color (decimal): -10747596 or 3408220. OLE color: 3408220.
HSL color Cylindrical-coordinate representation of color #5C0134: hue angle of 326.37º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0134 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.64 |
| HSL | 326.37º | 0.98% | 0.18% | - |
| HSV(B) | 326.37º | 0.99% | 0.36% | - |
| XYZ | 5.04 | 2.54 | 3.47 | - |
| YUV | 34.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 52 | 0 | 0.99 | 0.43 | 0.64 | 326.37 | 0.98 | 0.18 |
| Hex | 5C | 1 | 34 | 0 | 63 | 2B | 40 | 146 | 62 | 12 |
| Octal | 134 | 1 | 64 | 0 | 143 | 53 | 100 | 506 | 142 | 22 |
| Binary | 1011100 | 1 | 110100 | 0 | 1100011 | 101011 | 1000000 | 101000110 | 1100010 | 10010 |
Color Harmonies of #5C0134
Complementary color
Monochromatic Colors of #5C0134
Black with #5C0134
Text Example
Text Example
White with #5C0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0134; }
p { color: rgb(92,1,52); }
H1.HeaderClassName
{
color: #5C0134;
}
.AnyTagClassName
{
color: #5C0134;
}
</style>
background-color css
<style>
a { background-color: #5C0134; }
a { background-color: rgb(92,1,52); }
div.DivClassName
{
background-color: #5C0134;
}
.BgClassName
{
background-color: #5C0134;
}
</style>
border-color css
<style>
span { border-color: #5C0134; }
span { border-color: rgb(92,1,52); }
td.TdClassName
{
border-color: #5C0134;
}
.TagClassName
{
border-color: #5C0134;
}
</style>