Shades of Tyrian Purple #5C083D
Tints of Tyrian Purple #5C083D
RGB
CMYK
RGB Variations
Color information
#5C083D (or 0x5C083D) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 3D. RGB value is (92,8,61). Sum of RGB (Red+Green+Blue) = 92+8+61=161 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.14% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 92 - color contains mainly: red. Hex color #5C083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C083D is #A3F7C2. Grayscale: #272727. Windows color (decimal): -10745795 or 3999836. OLE color: 3999836.
HSL color Cylindrical-coordinate representation of color #5C083D: hue angle of 322.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 #5C083D is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 61 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.64 |
| HSL | 322.14º | 0.84% | 0.2% | - |
| HSV(B) | 322.14º | 0.91% | 0.36% | - |
| XYZ | 5.34 | 2.79 | 4.67 | - |
| YUV | 39.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 61 | 0 | 0.91 | 0.34 | 0.64 | 322.14 | 0.84 | 0.2 |
| Hex | 5C | 8 | 3D | 0 | 5B | 22 | 40 | 142 | 54 | 14 |
| Octal | 134 | 10 | 75 | 0 | 133 | 42 | 100 | 502 | 124 | 24 |
| Binary | 1011100 | 1000 | 111101 | 0 | 1011011 | 100010 | 1000000 | 101000010 | 1010100 | 10100 |
Color Harmonies of #5C083D
Complementary color
Monochromatic Colors of #5C083D
Black with #5C083D
Text Example
Text Example
White with #5C083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C083D; }
p { color: rgb(92,8,61); }
H1.HeaderClassName
{
color: #5C083D;
}
.AnyTagClassName
{
color: #5C083D;
}
</style>
background-color css
<style>
a { background-color: #5C083D; }
a { background-color: rgb(92,8,61); }
div.DivClassName
{
background-color: #5C083D;
}
.BgClassName
{
background-color: #5C083D;
}
</style>
border-color css
<style>
span { border-color: #5C083D; }
span { border-color: rgb(92,8,61); }
td.TdClassName
{
border-color: #5C083D;
}
.TagClassName
{
border-color: #5C083D;
}
</style>