Shades of Tyrian Purple #5F013B
Tints of Tyrian Purple #5F013B
RGB
CMYK
RGB Variations
Color information
#5F013B (or 0x5F013B) is known color: Tyrian Purple. HEX triplet: 5F, 01 and 3B. RGB value is (95,1,59). Sum of RGB (Red+Green+Blue) = 95+1+59=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F013B is #A0FEC4. Grayscale: #232323. Windows color (decimal): -10550981 or 3866975. OLE color: 3866975.
HSL color Cylindrical-coordinate representation of color #5F013B: hue angle of 322.98º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F013B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.63 |
| HSL | 322.98º | 0.98% | 0.19% | - |
| HSV(B) | 322.98º | 0.99% | 0.37% | - |
| XYZ | 5.52 | 2.77 | 4.38 | - |
| YUV | 35.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 59 | 0 | 0.99 | 0.38 | 0.63 | 322.98 | 0.98 | 0.19 |
| Hex | 5F | 1 | 3B | 0 | 63 | 26 | 3F | 143 | 62 | 13 |
| Octal | 137 | 1 | 73 | 0 | 143 | 46 | 77 | 503 | 142 | 23 |
| Binary | 1011111 | 1 | 111011 | 0 | 1100011 | 100110 | 111111 | 101000011 | 1100010 | 10011 |
Color Harmonies of #5F013B
Complementary color
Monochromatic Colors of #5F013B
Black with #5F013B
Text Example
Text Example
White with #5F013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F013B; }
p { color: rgb(95,1,59); }
H1.HeaderClassName
{
color: #5F013B;
}
.AnyTagClassName
{
color: #5F013B;
}
</style>
background-color css
<style>
a { background-color: #5F013B; }
a { background-color: rgb(95,1,59); }
div.DivClassName
{
background-color: #5F013B;
}
.BgClassName
{
background-color: #5F013B;
}
</style>
border-color css
<style>
span { border-color: #5F013B; }
span { border-color: rgb(95,1,59); }
td.TdClassName
{
border-color: #5F013B;
}
.TagClassName
{
border-color: #5F013B;
}
</style>