Shades of Tyrian Purple #5F033B
Tints of Tyrian Purple #5F033B
RGB
CMYK
RGB Variations
Color information
#5F033B (or 0x5F033B) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 3B. RGB value is (95,3,59). Sum of RGB (Red+Green+Blue) = 95+3+59=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F033B is #A0FCC4. Grayscale: #242424. Windows color (decimal): -10550469 or 3867487. OLE color: 3867487.
HSL color Cylindrical-coordinate representation of color #5F033B: hue angle of 323.48º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F033B is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 59 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.63 |
| HSL | 323.48º | 0.94% | 0.19% | - |
| HSV(B) | 323.48º | 0.97% | 0.37% | - |
| XYZ | 5.54 | 2.81 | 4.39 | - |
| YUV | 36.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 59 | 0 | 0.97 | 0.38 | 0.63 | 323.48 | 0.94 | 0.19 |
| Hex | 5F | 3 | 3B | 0 | 61 | 26 | 3F | 143 | 5E | 13 |
| Octal | 137 | 3 | 73 | 0 | 141 | 46 | 77 | 503 | 136 | 23 |
| Binary | 1011111 | 11 | 111011 | 0 | 1100001 | 100110 | 111111 | 101000011 | 1011110 | 10011 |
Color Harmonies of #5F033B
Complementary color
Monochromatic Colors of #5F033B
Black with #5F033B
Text Example
Text Example
White with #5F033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F033B; }
p { color: rgb(95,3,59); }
H1.HeaderClassName
{
color: #5F033B;
}
.AnyTagClassName
{
color: #5F033B;
}
</style>
background-color css
<style>
a { background-color: #5F033B; }
a { background-color: rgb(95,3,59); }
div.DivClassName
{
background-color: #5F033B;
}
.BgClassName
{
background-color: #5F033B;
}
</style>
border-color css
<style>
span { border-color: #5F033B; }
span { border-color: rgb(95,3,59); }
td.TdClassName
{
border-color: #5F033B;
}
.TagClassName
{
border-color: #5F033B;
}
</style>