Shades of Tyrian Purple #5C034F
Tints of Tyrian Purple #5C034F
RGB
CMYK
RGB Variations
Color information
#5C034F (or 0x5C034F) is known color: Tyrian Purple. HEX triplet: 5C, 03 and 4F. RGB value is (92,3,79). Sum of RGB (Red+Green+Blue) = 92+3+79=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C034F is #A3FCB0. Grayscale: #262626. Windows color (decimal): -10747057 or 5178204. OLE color: 5178204.
HSL color Cylindrical-coordinate representation of color #5C034F: hue angle of 308.76º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C034F is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 79 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.64 |
| HSL | 308.76º | 0.94% | 0.19% | - |
| HSV(B) | 308.76º | 0.97% | 0.36% | - |
| XYZ | 5.86 | 2.9 | 7.65 | - |
| YUV | 38.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 79 | 0 | 0.97 | 0.14 | 0.64 | 308.76 | 0.94 | 0.19 |
| Hex | 5C | 3 | 4F | 0 | 61 | E | 40 | 135 | 5E | 13 |
| Octal | 134 | 3 | 117 | 0 | 141 | 16 | 100 | 465 | 136 | 23 |
| Binary | 1011100 | 11 | 1001111 | 0 | 1100001 | 1110 | 1000000 | 100110101 | 1011110 | 10011 |
Color Harmonies of #5C034F
Complementary color
Monochromatic Colors of #5C034F
Black with #5C034F
Text Example
Text Example
White with #5C034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C034F; }
p { color: rgb(92,3,79); }
H1.HeaderClassName
{
color: #5C034F;
}
.AnyTagClassName
{
color: #5C034F;
}
</style>
background-color css
<style>
a { background-color: #5C034F; }
a { background-color: rgb(92,3,79); }
div.DivClassName
{
background-color: #5C034F;
}
.BgClassName
{
background-color: #5C034F;
}
</style>
border-color css
<style>
span { border-color: #5C034F; }
span { border-color: rgb(92,3,79); }
td.TdClassName
{
border-color: #5C034F;
}
.TagClassName
{
border-color: #5C034F;
}
</style>