Shades of Tyrian Purple #5C0339
Tints of Tyrian Purple #5C0339
RGB
CMYK
RGB Variations
Color information
#5C0339 (or 0x5C0339) is known color: Tyrian Purple. HEX triplet: 5C, 03 and 39. RGB value is (92,3,57). Sum of RGB (Red+Green+Blue) = 92+3+57=152 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.53% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0339 is #A3FCC6. Grayscale: #232323. Windows color (decimal): -10747079 or 3736412. OLE color: 3736412.
HSL color Cylindrical-coordinate representation of color #5C0339: hue angle of 323.6º 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 #5C0339 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 57 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.64 |
| HSL | 323.6º | 0.94% | 0.19% | - |
| HSV(B) | 323.6º | 0.97% | 0.36% | - |
| XYZ | 5.18 | 2.64 | 4.11 | - |
| YUV | 35.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 57 | 0 | 0.97 | 0.38 | 0.64 | 323.6 | 0.94 | 0.19 |
| Hex | 5C | 3 | 39 | 0 | 61 | 26 | 40 | 144 | 5E | 13 |
| Octal | 134 | 3 | 71 | 0 | 141 | 46 | 100 | 504 | 136 | 23 |
| Binary | 1011100 | 11 | 111001 | 0 | 1100001 | 100110 | 1000000 | 101000100 | 1011110 | 10011 |
Color Harmonies of #5C0339
Complementary color
Monochromatic Colors of #5C0339
Black with #5C0339
Text Example
Text Example
White with #5C0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0339; }
p { color: rgb(92,3,57); }
H1.HeaderClassName
{
color: #5C0339;
}
.AnyTagClassName
{
color: #5C0339;
}
</style>
background-color css
<style>
a { background-color: #5C0339; }
a { background-color: rgb(92,3,57); }
div.DivClassName
{
background-color: #5C0339;
}
.BgClassName
{
background-color: #5C0339;
}
</style>
border-color css
<style>
span { border-color: #5C0339; }
span { border-color: rgb(92,3,57); }
td.TdClassName
{
border-color: #5C0339;
}
.TagClassName
{
border-color: #5C0339;
}
</style>