Shades of Tyrian Purple #610045
Tints of Tyrian Purple #610045
RGB
CMYK
RGB Variations
Color information
#610045 (or 0x610045) is known color: Tyrian Purple. HEX triplet: 61, 00 and 45. RGB value is (97,0,69). Sum of RGB (Red+Green+Blue) = 97+0+69=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #610045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610045 is #9EFFBA. Grayscale: #242424. Windows color (decimal): -10420155 or 4522081. OLE color: 4522081.
HSL color Cylindrical-coordinate representation of color #610045: hue angle of 317.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610045 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.29 | 0.62 |
| HSL | 317.32º | 1% | 0.19% | - |
| HSV(B) | 317.32º | 1% | 0.38% | - |
| XYZ | 6 | 2.97 | 5.89 | - |
| YUV | 36.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 69 | 0 | 1 | 0.29 | 0.62 | 317.32 | 1 | 0.19 |
| Hex | 61 | 0 | 45 | 0 | 64 | 1D | 3E | 13D | 64 | 13 |
| Octal | 141 | 0 | 105 | 0 | 144 | 35 | 76 | 475 | 144 | 23 |
| Binary | 1100001 | 0 | 1000101 | 0 | 1100100 | 11101 | 111110 | 100111101 | 1100100 | 10011 |
Color Harmonies of #610045
Complementary color
Monochromatic Colors of #610045
Black with #610045
Text Example
Text Example
White with #610045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610045; }
p { color: rgb(97,0,69); }
H1.HeaderClassName
{
color: #610045;
}
.AnyTagClassName
{
color: #610045;
}
</style>
background-color css
<style>
a { background-color: #610045; }
a { background-color: rgb(97,0,69); }
div.DivClassName
{
background-color: #610045;
}
.BgClassName
{
background-color: #610045;
}
</style>
border-color css
<style>
span { border-color: #610045; }
span { border-color: rgb(97,0,69); }
td.TdClassName
{
border-color: #610045;
}
.TagClassName
{
border-color: #610045;
}
</style>