Shades of Tyrian Purple #5C0256
Tints of Tyrian Purple #5C0256
RGB
CMYK
RGB Variations
Color information
#5C0256 (or 0x5C0256) is known color: Tyrian Purple. HEX triplet: 5C, 02 and 56. RGB value is (92,2,86). Sum of RGB (Red+Green+Blue) = 92+2+86=180 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.11% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0256 is #A3FDA9. Grayscale: #262626. Windows color (decimal): -10747306 or 5636700. OLE color: 5636700.
HSL color Cylindrical-coordinate representation of color #5C0256: hue angle of 304º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0256 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 2 | 86 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.64 |
| HSL | 304º | 0.96% | 0.18% | - |
| HSV(B) | 304º | 0.98% | 0.36% | - |
| XYZ | 6.12 | 2.99 | 9.06 | - |
| YUV | 38.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 86 | 0 | 0.98 | 0.07 | 0.64 | 304 | 0.96 | 0.18 |
| Hex | 5C | 2 | 56 | 0 | 62 | 7 | 40 | 130 | 60 | 12 |
| Octal | 134 | 2 | 126 | 0 | 142 | 7 | 100 | 460 | 140 | 22 |
| Binary | 1011100 | 10 | 1010110 | 0 | 1100010 | 111 | 1000000 | 100110000 | 1100000 | 10010 |
Color Harmonies of #5C0256
Complementary color
Monochromatic Colors of #5C0256
Black with #5C0256
Text Example
Text Example
White with #5C0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0256; }
p { color: rgb(92,2,86); }
H1.HeaderClassName
{
color: #5C0256;
}
.AnyTagClassName
{
color: #5C0256;
}
</style>
background-color css
<style>
a { background-color: #5C0256; }
a { background-color: rgb(92,2,86); }
div.DivClassName
{
background-color: #5C0256;
}
.BgClassName
{
background-color: #5C0256;
}
</style>
border-color css
<style>
span { border-color: #5C0256; }
span { border-color: rgb(92,2,86); }
td.TdClassName
{
border-color: #5C0256;
}
.TagClassName
{
border-color: #5C0256;
}
</style>