Shades of Tyrian Purple #5C002B
Tints of Tyrian Purple #5C002B
RGB
CMYK
RGB Variations
Color information
#5C002B (or 0x5C002B) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 2B. RGB value is (92,0,43). Sum of RGB (Red+Green+Blue) = 92+0+43=135 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.15% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 92 - color contains mainly: red. Hex color #5C002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C002B is #A3FFD4. Grayscale: #202020. Windows color (decimal): -10747861 or 2818140. OLE color: 2818140.
HSL color Cylindrical-coordinate representation of color #5C002B: hue angle of 331.96º 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 #5C002B is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.53 | 0.64 |
| HSL | 331.96º | 1% | 0.18% | - |
| HSV(B) | 331.96º | 1% | 0.36% | - |
| XYZ | 4.85 | 2.45 | 2.5 | - |
| YUV | 32.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 43 | 0 | 1 | 0.53 | 0.64 | 331.96 | 1 | 0.18 |
| Hex | 5C | 0 | 2B | 0 | 64 | 35 | 40 | 14C | 64 | 12 |
| Octal | 134 | 0 | 53 | 0 | 144 | 65 | 100 | 514 | 144 | 22 |
| Binary | 1011100 | 0 | 101011 | 0 | 1100100 | 110101 | 1000000 | 101001100 | 1100100 | 10010 |
Color Harmonies of #5C002B
Complementary color
Monochromatic Colors of #5C002B
Black with #5C002B
Text Example
Text Example
White with #5C002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C002B; }
p { color: rgb(92,0,43); }
H1.HeaderClassName
{
color: #5C002B;
}
.AnyTagClassName
{
color: #5C002B;
}
</style>
background-color css
<style>
a { background-color: #5C002B; }
a { background-color: rgb(92,0,43); }
div.DivClassName
{
background-color: #5C002B;
}
.BgClassName
{
background-color: #5C002B;
}
</style>
border-color css
<style>
span { border-color: #5C002B; }
span { border-color: rgb(92,0,43); }
td.TdClassName
{
border-color: #5C002B;
}
.TagClassName
{
border-color: #5C002B;
}
</style>