Shades of Tyrian Purple #5C0842
Tints of Tyrian Purple #5C0842
RGB
CMYK
RGB Variations
Color information
#5C0842 (or 0x5C0842) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 42. RGB value is (92,8,66). Sum of RGB (Red+Green+Blue) = 92+8+66=166 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.42% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0842 is #A3F7BD. Grayscale: #272727. Windows color (decimal): -10745790 or 4327516. OLE color: 4327516.
HSL color Cylindrical-coordinate representation of color #5C0842: hue angle of 318.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0842 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 66 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.64 |
| HSL | 318.57º | 0.84% | 0.2% | - |
| HSV(B) | 318.57º | 0.91% | 0.36% | - |
| XYZ | 5.48 | 2.84 | 5.41 | - |
| YUV | 39.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 66 | 0 | 0.91 | 0.28 | 0.64 | 318.57 | 0.84 | 0.2 |
| Hex | 5C | 8 | 42 | 0 | 5B | 1C | 40 | 13F | 54 | 14 |
| Octal | 134 | 10 | 102 | 0 | 133 | 34 | 100 | 477 | 124 | 24 |
| Binary | 1011100 | 1000 | 1000010 | 0 | 1011011 | 11100 | 1000000 | 100111111 | 1010100 | 10100 |
Color Harmonies of #5C0842
Complementary color
Monochromatic Colors of #5C0842
Black with #5C0842
Text Example
Text Example
White with #5C0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0842; }
p { color: rgb(92,8,66); }
H1.HeaderClassName
{
color: #5C0842;
}
.AnyTagClassName
{
color: #5C0842;
}
</style>
background-color css
<style>
a { background-color: #5C0842; }
a { background-color: rgb(92,8,66); }
div.DivClassName
{
background-color: #5C0842;
}
.BgClassName
{
background-color: #5C0842;
}
</style>
border-color css
<style>
span { border-color: #5C0842; }
span { border-color: rgb(92,8,66); }
td.TdClassName
{
border-color: #5C0842;
}
.TagClassName
{
border-color: #5C0842;
}
</style>