Shades of Tyrian Purple #5F044C
Tints of Tyrian Purple #5F044C
RGB
CMYK
RGB Variations
Color information
#5F044C (or 0x5F044C) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 4C. RGB value is (95,4,76). Sum of RGB (Red+Green+Blue) = 95+4+76=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F044C is #A0FBB3. Grayscale: #272727. Windows color (decimal): -10550196 or 4981855. OLE color: 4981855.
HSL color Cylindrical-coordinate representation of color #5F044C: hue angle of 312.53º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F044C is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 4 | 76 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.63 |
| HSL | 312.53º | 0.92% | 0.19% | - |
| HSV(B) | 312.53º | 0.96% | 0.37% | - |
| XYZ | 6.07 | 3.04 | 7.1 | - |
| YUV | 39.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 76 | 0 | 0.96 | 0.20 | 0.63 | 312.53 | 0.92 | 0.19 |
| Hex | 5F | 4 | 4C | 0 | 60 | 14 | 3F | 139 | 5C | 13 |
| Octal | 137 | 4 | 114 | 0 | 140 | 24 | 77 | 471 | 134 | 23 |
| Binary | 1011111 | 100 | 1001100 | 0 | 1100000 | 10100 | 111111 | 100111001 | 1011100 | 10011 |
Color Harmonies of #5F044C
Complementary color
Monochromatic Colors of #5F044C
Black with #5F044C
Text Example
Text Example
White with #5F044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F044C; }
p { color: rgb(95,4,76); }
H1.HeaderClassName
{
color: #5F044C;
}
.AnyTagClassName
{
color: #5F044C;
}
</style>
background-color css
<style>
a { background-color: #5F044C; }
a { background-color: rgb(95,4,76); }
div.DivClassName
{
background-color: #5F044C;
}
.BgClassName
{
background-color: #5F044C;
}
</style>
border-color css
<style>
span { border-color: #5F044C; }
span { border-color: rgb(95,4,76); }
td.TdClassName
{
border-color: #5F044C;
}
.TagClassName
{
border-color: #5F044C;
}
</style>