Shades of Tyrian Purple #5C133C
Tints of Tyrian Purple #5C133C
RGB
CMYK
RGB Variations
Color information
#5C133C (or 0x5C133C) is known color: Tyrian Purple. HEX triplet: 5C, 13 and 3C. RGB value is (92,19,60). Sum of RGB (Red+Green+Blue) = 92+19+60=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C133C is #A3ECC3. Grayscale: #2D2D2D. Windows color (decimal): -10742980 or 3937116. OLE color: 3937116.
HSL color Cylindrical-coordinate representation of color #5C133C: hue angle of 326.3º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C133C is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 19 | 60 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.64 |
| HSL | 326.3º | 0.66% | 0.22% | - |
| HSV(B) | 326.3º | 0.79% | 0.36% | - |
| XYZ | 5.46 | 3.07 | 4.58 | - |
| YUV | 45.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 60 | 0 | 0.79 | 0.35 | 0.64 | 326.3 | 0.66 | 0.22 |
| Hex | 5C | 13 | 3C | 0 | 4F | 23 | 40 | 146 | 42 | 16 |
| Octal | 134 | 23 | 74 | 0 | 117 | 43 | 100 | 506 | 102 | 26 |
| Binary | 1011100 | 10011 | 111100 | 0 | 1001111 | 100011 | 1000000 | 101000110 | 1000010 | 10110 |
Color Harmonies of #5C133C
Complementary color
Monochromatic Colors of #5C133C
Black with #5C133C
Text Example
Text Example
White with #5C133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C133C; }
p { color: rgb(92,19,60); }
H1.HeaderClassName
{
color: #5C133C;
}
.AnyTagClassName
{
color: #5C133C;
}
</style>
background-color css
<style>
a { background-color: #5C133C; }
a { background-color: rgb(92,19,60); }
div.DivClassName
{
background-color: #5C133C;
}
.BgClassName
{
background-color: #5C133C;
}
</style>
border-color css
<style>
span { border-color: #5C133C; }
span { border-color: rgb(92,19,60); }
td.TdClassName
{
border-color: #5C133C;
}
.TagClassName
{
border-color: #5C133C;
}
</style>