Shades of Tyrian Purple #5C0030
Tints of Tyrian Purple #5C0030
RGB
CMYK
RGB Variations
Color information
#5C0030 (or 0x5C0030) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 30. RGB value is (92,0,48). Sum of RGB (Red+Green+Blue) = 92+0+48=140 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.71% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0030 is #A3FFCF. Grayscale: #202020. Windows color (decimal): -10747856 or 3145820. OLE color: 3145820.
HSL color Cylindrical-coordinate representation of color #5C0030: hue angle of 328.7º 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 #5C0030 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.48 | 0.64 |
| HSL | 328.7º | 1% | 0.18% | - |
| HSV(B) | 328.7º | 1% | 0.36% | - |
| XYZ | 4.95 | 2.49 | 3.02 | - |
| YUV | 32.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 48 | 0 | 1 | 0.48 | 0.64 | 328.7 | 1 | 0.18 |
| Hex | 5C | 0 | 30 | 0 | 64 | 30 | 40 | 149 | 64 | 12 |
| Octal | 134 | 0 | 60 | 0 | 144 | 60 | 100 | 511 | 144 | 22 |
| Binary | 1011100 | 0 | 110000 | 0 | 1100100 | 110000 | 1000000 | 101001001 | 1100100 | 10010 |
Color Harmonies of #5C0030
Complementary color
Monochromatic Colors of #5C0030
Black with #5C0030
Text Example
Text Example
White with #5C0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0030; }
p { color: rgb(92,0,48); }
H1.HeaderClassName
{
color: #5C0030;
}
.AnyTagClassName
{
color: #5C0030;
}
</style>
background-color css
<style>
a { background-color: #5C0030; }
a { background-color: rgb(92,0,48); }
div.DivClassName
{
background-color: #5C0030;
}
.BgClassName
{
background-color: #5C0030;
}
</style>
border-color css
<style>
span { border-color: #5C0030; }
span { border-color: rgb(92,0,48); }
td.TdClassName
{
border-color: #5C0030;
}
.TagClassName
{
border-color: #5C0030;
}
</style>