Shades of Tyrian Purple #5C133A
Tints of Tyrian Purple #5C133A
RGB
CMYK
RGB Variations
Color information
#5C133A (or 0x5C133A) is known color: Tyrian Purple. HEX triplet: 5C, 13 and 3A. RGB value is (92,19,58). Sum of RGB (Red+Green+Blue) = 92+19+58=169 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.44% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 92 - color contains mainly: red. Hex color #5C133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C133A is #A3ECC5. Grayscale: #2D2D2D. Windows color (decimal): -10742982 or 3806044. OLE color: 3806044.
HSL color Cylindrical-coordinate representation of color #5C133A: hue angle of 327.95º 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 #5C133A is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 19 | 58 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.64 |
| HSL | 327.95º | 0.66% | 0.22% | - |
| HSV(B) | 327.95º | 0.79% | 0.36% | - |
| XYZ | 5.41 | 3.05 | 4.31 | - |
| YUV | 45.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 58 | 0 | 0.79 | 0.37 | 0.64 | 327.95 | 0.66 | 0.22 |
| Hex | 5C | 13 | 3A | 0 | 4F | 25 | 40 | 148 | 42 | 16 |
| Octal | 134 | 23 | 72 | 0 | 117 | 45 | 100 | 510 | 102 | 26 |
| Binary | 1011100 | 10011 | 111010 | 0 | 1001111 | 100101 | 1000000 | 101001000 | 1000010 | 10110 |
Color Harmonies of #5C133A
Complementary color
Monochromatic Colors of #5C133A
Black with #5C133A
Text Example
Text Example
White with #5C133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C133A; }
p { color: rgb(92,19,58); }
H1.HeaderClassName
{
color: #5C133A;
}
.AnyTagClassName
{
color: #5C133A;
}
</style>
background-color css
<style>
a { background-color: #5C133A; }
a { background-color: rgb(92,19,58); }
div.DivClassName
{
background-color: #5C133A;
}
.BgClassName
{
background-color: #5C133A;
}
</style>
border-color css
<style>
span { border-color: #5C133A; }
span { border-color: rgb(92,19,58); }
td.TdClassName
{
border-color: #5C133A;
}
.TagClassName
{
border-color: #5C133A;
}
</style>