Shades of Tyrian Purple #5C063B
Tints of Tyrian Purple #5C063B
RGB
CMYK
RGB Variations
Color information
#5C063B (or 0x5C063B) is known color: Tyrian Purple. HEX triplet: 5C, 06 and 3B. RGB value is (92,6,59). Sum of RGB (Red+Green+Blue) = 92+6+59=157 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.60% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 92 - color contains mainly: red. Hex color #5C063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C063B is #A3F9C4. Grayscale: #252525. Windows color (decimal): -10746309 or 3868252. OLE color: 3868252.
HSL color Cylindrical-coordinate representation of color #5C063B: hue angle of 323.02º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C063B is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 6 | 59 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.64 |
| HSL | 323.02º | 0.88% | 0.19% | - |
| HSV(B) | 323.02º | 0.93% | 0.36% | - |
| XYZ | 5.27 | 2.72 | 4.39 | - |
| YUV | 37.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 59 | 0 | 0.93 | 0.36 | 0.64 | 323.02 | 0.88 | 0.19 |
| Hex | 5C | 6 | 3B | 0 | 5D | 24 | 40 | 143 | 58 | 13 |
| Octal | 134 | 6 | 73 | 0 | 135 | 44 | 100 | 503 | 130 | 23 |
| Binary | 1011100 | 110 | 111011 | 0 | 1011101 | 100100 | 1000000 | 101000011 | 1011000 | 10011 |
Color Harmonies of #5C063B
Complementary color
Monochromatic Colors of #5C063B
Black with #5C063B
Text Example
Text Example
White with #5C063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C063B; }
p { color: rgb(92,6,59); }
H1.HeaderClassName
{
color: #5C063B;
}
.AnyTagClassName
{
color: #5C063B;
}
</style>
background-color css
<style>
a { background-color: #5C063B; }
a { background-color: rgb(92,6,59); }
div.DivClassName
{
background-color: #5C063B;
}
.BgClassName
{
background-color: #5C063B;
}
</style>
border-color css
<style>
span { border-color: #5C063B; }
span { border-color: rgb(92,6,59); }
td.TdClassName
{
border-color: #5C063B;
}
.TagClassName
{
border-color: #5C063B;
}
</style>