Shades of Tyrian Purple #5C012C
Tints of Tyrian Purple #5C012C
RGB
CMYK
RGB Variations
Color information
#5C012C (or 0x5C012C) is known color: Tyrian Purple. HEX triplet: 5C, 01 and 2C. RGB value is (92,1,44). Sum of RGB (Red+Green+Blue) = 92+1+44=137 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.15% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 92 - color contains mainly: red. Hex color #5C012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C012C is #A3FED3. Grayscale: #212121. Windows color (decimal): -10747604 or 2883932. OLE color: 2883932.
HSL color Cylindrical-coordinate representation of color #5C012C: hue angle of 331.65º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C012C is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.64 |
| HSL | 331.65º | 0.98% | 0.18% | - |
| HSV(B) | 331.65º | 0.99% | 0.36% | - |
| XYZ | 4.88 | 2.48 | 2.6 | - |
| YUV | 33.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 44 | 0 | 0.99 | 0.52 | 0.64 | 331.65 | 0.98 | 0.18 |
| Hex | 5C | 1 | 2C | 0 | 63 | 34 | 40 | 14C | 62 | 12 |
| Octal | 134 | 1 | 54 | 0 | 143 | 64 | 100 | 514 | 142 | 22 |
| Binary | 1011100 | 1 | 101100 | 0 | 1100011 | 110100 | 1000000 | 101001100 | 1100010 | 10010 |
Color Harmonies of #5C012C
Complementary color
Monochromatic Colors of #5C012C
Black with #5C012C
Text Example
Text Example
White with #5C012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C012C; }
p { color: rgb(92,1,44); }
H1.HeaderClassName
{
color: #5C012C;
}
.AnyTagClassName
{
color: #5C012C;
}
</style>
background-color css
<style>
a { background-color: #5C012C; }
a { background-color: rgb(92,1,44); }
div.DivClassName
{
background-color: #5C012C;
}
.BgClassName
{
background-color: #5C012C;
}
</style>
border-color css
<style>
span { border-color: #5C012C; }
span { border-color: rgb(92,1,44); }
td.TdClassName
{
border-color: #5C012C;
}
.TagClassName
{
border-color: #5C012C;
}
</style>