Shades of Tyrian Purple #5C0643
Tints of Tyrian Purple #5C0643
RGB
CMYK
RGB Variations
Color information
#5C0643 (or 0x5C0643) is known color: Tyrian Purple. HEX triplet: 5C, 06 and 43. RGB value is (92,6,67). Sum of RGB (Red+Green+Blue) = 92+6+67=165 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.76% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0643 is #A3F9BC. Grayscale: #262626. Windows color (decimal): -10746301 or 4392540. OLE color: 4392540.
HSL color Cylindrical-coordinate representation of color #5C0643: hue angle of 317.44º 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 #5C0643 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 6 | 67 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.64 |
| HSL | 317.44º | 0.88% | 0.19% | - |
| HSV(B) | 317.44º | 0.93% | 0.36% | - |
| XYZ | 5.49 | 2.81 | 5.56 | - |
| YUV | 38.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 67 | 0 | 0.93 | 0.27 | 0.64 | 317.44 | 0.88 | 0.19 |
| Hex | 5C | 6 | 43 | 0 | 5D | 1B | 40 | 13D | 58 | 13 |
| Octal | 134 | 6 | 103 | 0 | 135 | 33 | 100 | 475 | 130 | 23 |
| Binary | 1011100 | 110 | 1000011 | 0 | 1011101 | 11011 | 1000000 | 100111101 | 1011000 | 10011 |
Color Harmonies of #5C0643
Complementary color
Monochromatic Colors of #5C0643
Black with #5C0643
Text Example
Text Example
White with #5C0643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0643; }
p { color: rgb(92,6,67); }
H1.HeaderClassName
{
color: #5C0643;
}
.AnyTagClassName
{
color: #5C0643;
}
</style>
background-color css
<style>
a { background-color: #5C0643; }
a { background-color: rgb(92,6,67); }
div.DivClassName
{
background-color: #5C0643;
}
.BgClassName
{
background-color: #5C0643;
}
</style>
border-color css
<style>
span { border-color: #5C0643; }
span { border-color: rgb(92,6,67); }
td.TdClassName
{
border-color: #5C0643;
}
.TagClassName
{
border-color: #5C0643;
}
</style>