Shades of Tyrian Purple #5C123C
Tints of Tyrian Purple #5C123C
RGB
CMYK
RGB Variations
Color information
#5C123C (or 0x5C123C) is known color: Tyrian Purple. HEX triplet: 5C, 12 and 3C. RGB value is (92,18,60). Sum of RGB (Red+Green+Blue) = 92+18+60=170 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.12% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 92 - color contains mainly: red. Hex color #5C123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C123C is #A3EDC3. Grayscale: #2C2C2C. Windows color (decimal): -10743236 or 3936860. OLE color: 3936860.
HSL color Cylindrical-coordinate representation of color #5C123C: hue angle of 325.95º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C123C is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 18 | 60 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.64 |
| HSL | 325.95º | 0.67% | 0.22% | - |
| HSV(B) | 325.95º | 0.8% | 0.36% | - |
| XYZ | 5.45 | 3.03 | 4.57 | - |
| YUV | 44.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 60 | 0 | 0.80 | 0.35 | 0.64 | 325.95 | 0.67 | 0.22 |
| Hex | 5C | 12 | 3C | 0 | 50 | 23 | 40 | 146 | 43 | 16 |
| Octal | 134 | 22 | 74 | 0 | 120 | 43 | 100 | 506 | 103 | 26 |
| Binary | 1011100 | 10010 | 111100 | 0 | 1010000 | 100011 | 1000000 | 101000110 | 1000011 | 10110 |
Color Harmonies of #5C123C
Complementary color
Monochromatic Colors of #5C123C
Black with #5C123C
Text Example
Text Example
White with #5C123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C123C; }
p { color: rgb(92,18,60); }
H1.HeaderClassName
{
color: #5C123C;
}
.AnyTagClassName
{
color: #5C123C;
}
</style>
background-color css
<style>
a { background-color: #5C123C; }
a { background-color: rgb(92,18,60); }
div.DivClassName
{
background-color: #5C123C;
}
.BgClassName
{
background-color: #5C123C;
}
</style>
border-color css
<style>
span { border-color: #5C123C; }
span { border-color: rgb(92,18,60); }
td.TdClassName
{
border-color: #5C123C;
}
.TagClassName
{
border-color: #5C123C;
}
</style>