Shades of Tyrian Purple #5C0852
Tints of Tyrian Purple #5C0852
RGB
CMYK
RGB Variations
Color information
#5C0852 (or 0x5C0852) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 52. RGB value is (92,8,82). Sum of RGB (Red+Green+Blue) = 92+8+82=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0852 is #A3F7AD. Grayscale: #292929. Windows color (decimal): -10745774 or 5376092. OLE color: 5376092.
HSL color Cylindrical-coordinate representation of color #5C0852: hue angle of 307.14º 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 #5C0852 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 82 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.64 |
| HSL | 307.14º | 0.84% | 0.2% | - |
| HSV(B) | 307.14º | 0.91% | 0.36% | - |
| XYZ | 6.02 | 3.06 | 8.26 | - |
| YUV | 41.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 82 | 0 | 0.91 | 0.11 | 0.64 | 307.14 | 0.84 | 0.2 |
| Hex | 5C | 8 | 52 | 0 | 5B | B | 40 | 133 | 54 | 14 |
| Octal | 134 | 10 | 122 | 0 | 133 | 13 | 100 | 463 | 124 | 24 |
| Binary | 1011100 | 1000 | 1010010 | 0 | 1011011 | 1011 | 1000000 | 100110011 | 1010100 | 10100 |
Color Harmonies of #5C0852
Complementary color
Monochromatic Colors of #5C0852
Black with #5C0852
Text Example
Text Example
White with #5C0852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0852; }
p { color: rgb(92,8,82); }
H1.HeaderClassName
{
color: #5C0852;
}
.AnyTagClassName
{
color: #5C0852;
}
</style>
background-color css
<style>
a { background-color: #5C0852; }
a { background-color: rgb(92,8,82); }
div.DivClassName
{
background-color: #5C0852;
}
.BgClassName
{
background-color: #5C0852;
}
</style>
border-color css
<style>
span { border-color: #5C0852; }
span { border-color: rgb(92,8,82); }
td.TdClassName
{
border-color: #5C0852;
}
.TagClassName
{
border-color: #5C0852;
}
</style>