Shades of Tyrian Purple #5F0256
Tints of Tyrian Purple #5F0256
RGB
CMYK
RGB Variations
Color information
#5F0256 (or 0x5F0256) is known color: Tyrian Purple. HEX triplet: 5F, 02 and 56. RGB value is (95,2,86). Sum of RGB (Red+Green+Blue) = 95+2+86=183 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.91% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0256 is #A0FDA9. Grayscale: #272727. Windows color (decimal): -10550698 or 5636703. OLE color: 5636703.
HSL color Cylindrical-coordinate representation of color #5F0256: hue angle of 305.81º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0256 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 86 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.63 |
| HSL | 305.81º | 0.96% | 0.19% | - |
| HSV(B) | 305.81º | 0.98% | 0.37% | - |
| XYZ | 6.42 | 3.15 | 9.07 | - |
| YUV | 39.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 86 | 0 | 0.98 | 0.09 | 0.63 | 305.81 | 0.96 | 0.19 |
| Hex | 5F | 2 | 56 | 0 | 62 | 9 | 3F | 132 | 60 | 13 |
| Octal | 137 | 2 | 126 | 0 | 142 | 11 | 77 | 462 | 140 | 23 |
| Binary | 1011111 | 10 | 1010110 | 0 | 1100010 | 1001 | 111111 | 100110010 | 1100000 | 10011 |
Color Harmonies of #5F0256
Complementary color
Monochromatic Colors of #5F0256
Black with #5F0256
Text Example
Text Example
White with #5F0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0256; }
p { color: rgb(95,2,86); }
H1.HeaderClassName
{
color: #5F0256;
}
.AnyTagClassName
{
color: #5F0256;
}
</style>
background-color css
<style>
a { background-color: #5F0256; }
a { background-color: rgb(95,2,86); }
div.DivClassName
{
background-color: #5F0256;
}
.BgClassName
{
background-color: #5F0256;
}
</style>
border-color css
<style>
span { border-color: #5F0256; }
span { border-color: rgb(95,2,86); }
td.TdClassName
{
border-color: #5F0256;
}
.TagClassName
{
border-color: #5F0256;
}
</style>