Shades of Tyrian Purple #5C0F2F
Tints of Tyrian Purple #5C0F2F
RGB
CMYK
RGB Variations
Color information
#5C0F2F (or 0x5C0F2F) is known color: Tyrian Purple. HEX triplet: 5C, 0F and 2F. RGB value is (92,15,47). Sum of RGB (Red+Green+Blue) = 92+15+47=154 (20% of max value = 765). Red value is 92 (36.33% from 255 or 59.74% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0F2F is #A3F0D0. Grayscale: #292929. Windows color (decimal): -10744017 or 3084124. OLE color: 3084124.
HSL color Cylindrical-coordinate representation of color #5C0F2F: hue angle of 335.06º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C0F2F is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 15 | 47 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.64 |
| HSL | 335.06º | 0.72% | 0.21% | - |
| HSV(B) | 335.06º | 0.84% | 0.36% | - |
| XYZ | 5.1 | 2.82 | 2.97 | - |
| YUV | 41.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 15 | 47 | 0 | 0.84 | 0.49 | 0.64 | 335.06 | 0.72 | 0.21 |
| Hex | 5C | F | 2F | 0 | 54 | 31 | 40 | 14F | 48 | 15 |
| Octal | 134 | 17 | 57 | 0 | 124 | 61 | 100 | 517 | 110 | 25 |
| Binary | 1011100 | 1111 | 101111 | 0 | 1010100 | 110001 | 1000000 | 101001111 | 1001000 | 10101 |
Color Harmonies of #5C0F2F
Complementary color
Monochromatic Colors of #5C0F2F
Black with #5C0F2F
Text Example
Text Example
White with #5C0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0F2F; }
p { color: rgb(92,15,47); }
H1.HeaderClassName
{
color: #5C0F2F;
}
.AnyTagClassName
{
color: #5C0F2F;
}
</style>
background-color css
<style>
a { background-color: #5C0F2F; }
a { background-color: rgb(92,15,47); }
div.DivClassName
{
background-color: #5C0F2F;
}
.BgClassName
{
background-color: #5C0F2F;
}
</style>
border-color css
<style>
span { border-color: #5C0F2F; }
span { border-color: rgb(92,15,47); }
td.TdClassName
{
border-color: #5C0F2F;
}
.TagClassName
{
border-color: #5C0F2F;
}
</style>