Shades of Tyrian Purple #5C002F
Tints of Tyrian Purple #5C002F
RGB
CMYK
RGB Variations
Color information
#5C002F (or 0x5C002F) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 2F. RGB value is (92,0,47). Sum of RGB (Red+Green+Blue) = 92+0+47=139 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.19% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 92 - color contains mainly: red. Hex color #5C002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C002F is #A3FFD0. Grayscale: #202020. Windows color (decimal): -10747857 or 3080284. OLE color: 3080284.
HSL color Cylindrical-coordinate representation of color #5C002F: hue angle of 329.35º 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 #5C002F is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.49 | 0.64 |
| HSL | 329.35º | 1% | 0.18% | - |
| HSV(B) | 329.35º | 1% | 0.36% | - |
| XYZ | 4.93 | 2.48 | 2.91 | - |
| YUV | 32.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 47 | 0 | 1 | 0.49 | 0.64 | 329.35 | 1 | 0.18 |
| Hex | 5C | 0 | 2F | 0 | 64 | 31 | 40 | 149 | 64 | 12 |
| Octal | 134 | 0 | 57 | 0 | 144 | 61 | 100 | 511 | 144 | 22 |
| Binary | 1011100 | 0 | 101111 | 0 | 1100100 | 110001 | 1000000 | 101001001 | 1100100 | 10010 |
Color Harmonies of #5C002F
Complementary color
Monochromatic Colors of #5C002F
Black with #5C002F
Text Example
Text Example
White with #5C002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C002F; }
p { color: rgb(92,0,47); }
H1.HeaderClassName
{
color: #5C002F;
}
.AnyTagClassName
{
color: #5C002F;
}
</style>
background-color css
<style>
a { background-color: #5C002F; }
a { background-color: rgb(92,0,47); }
div.DivClassName
{
background-color: #5C002F;
}
.BgClassName
{
background-color: #5C002F;
}
</style>
border-color css
<style>
span { border-color: #5C002F; }
span { border-color: rgb(92,0,47); }
td.TdClassName
{
border-color: #5C002F;
}
.TagClassName
{
border-color: #5C002F;
}
</style>