Shades of Tyrian Purple #5C033B
Tints of Tyrian Purple #5C033B
RGB
CMYK
RGB Variations
Color information
#5C033B (or 0x5C033B) is known color: Tyrian Purple. HEX triplet: 5C, 03 and 3B. RGB value is (92,3,59). Sum of RGB (Red+Green+Blue) = 92+3+59=154 (20% of max value = 765). Red value is 92 (36.33% from 255 or 59.74% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 92 - color contains mainly: red. Hex color #5C033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C033B is #A3FCC4. Grayscale: #232323. Windows color (decimal): -10747077 or 3867484. OLE color: 3867484.
HSL color Cylindrical-coordinate representation of color #5C033B: hue angle of 322.25º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C033B is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 59 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.64 |
| HSL | 322.25º | 0.94% | 0.19% | - |
| HSV(B) | 322.25º | 0.97% | 0.36% | - |
| XYZ | 5.24 | 2.66 | 4.37 | - |
| YUV | 36 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 59 | 0 | 0.97 | 0.36 | 0.64 | 322.25 | 0.94 | 0.19 |
| Hex | 5C | 3 | 3B | 0 | 61 | 24 | 40 | 142 | 5E | 13 |
| Octal | 134 | 3 | 73 | 0 | 141 | 44 | 100 | 502 | 136 | 23 |
| Binary | 1011100 | 11 | 111011 | 0 | 1100001 | 100100 | 1000000 | 101000010 | 1011110 | 10011 |
Color Harmonies of #5C033B
Complementary color
Monochromatic Colors of #5C033B
Black with #5C033B
Text Example
Text Example
White with #5C033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C033B; }
p { color: rgb(92,3,59); }
H1.HeaderClassName
{
color: #5C033B;
}
.AnyTagClassName
{
color: #5C033B;
}
</style>
background-color css
<style>
a { background-color: #5C033B; }
a { background-color: rgb(92,3,59); }
div.DivClassName
{
background-color: #5C033B;
}
.BgClassName
{
background-color: #5C033B;
}
</style>
border-color css
<style>
span { border-color: #5C033B; }
span { border-color: rgb(92,3,59); }
td.TdClassName
{
border-color: #5C033B;
}
.TagClassName
{
border-color: #5C033B;
}
</style>