Shades of Tyrian Purple #5F0945
Tints of Tyrian Purple #5F0945
RGB
CMYK
RGB Variations
Color information
#5F0945 (or 0x5F0945) is known color: Tyrian Purple. HEX triplet: 5F, 09 and 45. RGB value is (95,9,69). Sum of RGB (Red+Green+Blue) = 95+9+69=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0945 is #A0F6BA. Grayscale: #292929. Windows color (decimal): -10548923 or 4524383. OLE color: 4524383.
HSL color Cylindrical-coordinate representation of color #5F0945: hue angle of 318.14º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0945 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 69 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.63 |
| HSL | 318.14º | 0.83% | 0.2% | - |
| HSV(B) | 318.14º | 0.91% | 0.37% | - |
| XYZ | 5.89 | 3.06 | 5.91 | - |
| YUV | 41.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 69 | 0 | 0.91 | 0.27 | 0.63 | 318.14 | 0.83 | 0.2 |
| Hex | 5F | 9 | 45 | 0 | 5B | 1B | 3F | 13E | 53 | 14 |
| Octal | 137 | 11 | 105 | 0 | 133 | 33 | 77 | 476 | 123 | 24 |
| Binary | 1011111 | 1001 | 1000101 | 0 | 1011011 | 11011 | 111111 | 100111110 | 1010011 | 10100 |
Color Harmonies of #5F0945
Complementary color
Monochromatic Colors of #5F0945
Black with #5F0945
Text Example
Text Example
White with #5F0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0945; }
p { color: rgb(95,9,69); }
H1.HeaderClassName
{
color: #5F0945;
}
.AnyTagClassName
{
color: #5F0945;
}
</style>
background-color css
<style>
a { background-color: #5F0945; }
a { background-color: rgb(95,9,69); }
div.DivClassName
{
background-color: #5F0945;
}
.BgClassName
{
background-color: #5F0945;
}
</style>
border-color css
<style>
span { border-color: #5F0945; }
span { border-color: rgb(95,9,69); }
td.TdClassName
{
border-color: #5F0945;
}
.TagClassName
{
border-color: #5F0945;
}
</style>