Shades of Tyrian Purple #5C024F
Tints of Tyrian Purple #5C024F
RGB
CMYK
RGB Variations
Color information
#5C024F (or 0x5C024F) is known color: Tyrian Purple. HEX triplet: 5C, 02 and 4F. RGB value is (92,2,79). Sum of RGB (Red+Green+Blue) = 92+2+79=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C024F is #A3FDB0. Grayscale: #252525. Windows color (decimal): -10747313 or 5177948. OLE color: 5177948.
HSL color Cylindrical-coordinate representation of color #5C024F: hue angle of 308.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C024F is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 2 | 79 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.64 |
| HSL | 308.67º | 0.96% | 0.18% | - |
| HSV(B) | 308.67º | 0.98% | 0.36% | - |
| XYZ | 5.85 | 2.88 | 7.65 | - |
| YUV | 37.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 79 | 0 | 0.98 | 0.14 | 0.64 | 308.67 | 0.96 | 0.18 |
| Hex | 5C | 2 | 4F | 0 | 62 | E | 40 | 135 | 60 | 12 |
| Octal | 134 | 2 | 117 | 0 | 142 | 16 | 100 | 465 | 140 | 22 |
| Binary | 1011100 | 10 | 1001111 | 0 | 1100010 | 1110 | 1000000 | 100110101 | 1100000 | 10010 |
Color Harmonies of #5C024F
Complementary color
Monochromatic Colors of #5C024F
Black with #5C024F
Text Example
Text Example
White with #5C024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C024F; }
p { color: rgb(92,2,79); }
H1.HeaderClassName
{
color: #5C024F;
}
.AnyTagClassName
{
color: #5C024F;
}
</style>
background-color css
<style>
a { background-color: #5C024F; }
a { background-color: rgb(92,2,79); }
div.DivClassName
{
background-color: #5C024F;
}
.BgClassName
{
background-color: #5C024F;
}
</style>
border-color css
<style>
span { border-color: #5C024F; }
span { border-color: rgb(92,2,79); }
td.TdClassName
{
border-color: #5C024F;
}
.TagClassName
{
border-color: #5C024F;
}
</style>