Shades of Tyrian Purple #5C0838
Tints of Tyrian Purple #5C0838
RGB
CMYK
RGB Variations
Color information
#5C0838 (or 0x5C0838) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 38. RGB value is (92,8,56). Sum of RGB (Red+Green+Blue) = 92+8+56=156 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.97% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0838 is #A3F7C7. Grayscale: #262626. Windows color (decimal): -10745800 or 3672156. OLE color: 3672156.
HSL color Cylindrical-coordinate representation of color #5C0838: hue angle of 325.71º 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 #5C0838 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 56 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.64 |
| HSL | 325.71º | 0.84% | 0.2% | - |
| HSV(B) | 325.71º | 0.91% | 0.36% | - |
| XYZ | 5.21 | 2.73 | 3.99 | - |
| YUV | 38.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 56 | 0 | 0.91 | 0.39 | 0.64 | 325.71 | 0.84 | 0.2 |
| Hex | 5C | 8 | 38 | 0 | 5B | 27 | 40 | 146 | 54 | 14 |
| Octal | 134 | 10 | 70 | 0 | 133 | 47 | 100 | 506 | 124 | 24 |
| Binary | 1011100 | 1000 | 111000 | 0 | 1011011 | 100111 | 1000000 | 101000110 | 1010100 | 10100 |
Color Harmonies of #5C0838
Complementary color
Monochromatic Colors of #5C0838
Black with #5C0838
Text Example
Text Example
White with #5C0838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0838; }
p { color: rgb(92,8,56); }
H1.HeaderClassName
{
color: #5C0838;
}
.AnyTagClassName
{
color: #5C0838;
}
</style>
background-color css
<style>
a { background-color: #5C0838; }
a { background-color: rgb(92,8,56); }
div.DivClassName
{
background-color: #5C0838;
}
.BgClassName
{
background-color: #5C0838;
}
</style>
border-color css
<style>
span { border-color: #5C0838; }
span { border-color: rgb(92,8,56); }
td.TdClassName
{
border-color: #5C0838;
}
.TagClassName
{
border-color: #5C0838;
}
</style>