Shades of Tyrian Purple #610C44
Tints of Tyrian Purple #610C44
RGB
CMYK
RGB Variations
Color information
#610C44 (or 0x610C44) is known color: Tyrian Purple. HEX triplet: 61, 0C and 44. RGB value is (97,12,68). Sum of RGB (Red+Green+Blue) = 97+12+68=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #610C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C44 is #9EF3BB. Grayscale: #2B2B2B. Windows color (decimal): -10417084 or 4459617. OLE color: 4459617.
HSL color Cylindrical-coordinate representation of color #610C44: hue angle of 320.47º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C44 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 68 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.62 |
| HSL | 320.47º | 0.78% | 0.21% | - |
| HSV(B) | 320.47º | 0.88% | 0.38% | - |
| XYZ | 6.1 | 3.22 | 5.77 | - |
| YUV | 43.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 68 | 0 | 0.88 | 0.30 | 0.62 | 320.47 | 0.78 | 0.21 |
| Hex | 61 | C | 44 | 0 | 58 | 1E | 3E | 140 | 4E | 15 |
| Octal | 141 | 14 | 104 | 0 | 130 | 36 | 76 | 500 | 116 | 25 |
| Binary | 1100001 | 1100 | 1000100 | 0 | 1011000 | 11110 | 111110 | 101000000 | 1001110 | 10101 |
Color Harmonies of #610C44
Complementary color
Monochromatic Colors of #610C44
Black with #610C44
Text Example
Text Example
White with #610C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C44; }
p { color: rgb(97,12,68); }
H1.HeaderClassName
{
color: #610C44;
}
.AnyTagClassName
{
color: #610C44;
}
</style>
background-color css
<style>
a { background-color: #610C44; }
a { background-color: rgb(97,12,68); }
div.DivClassName
{
background-color: #610C44;
}
.BgClassName
{
background-color: #610C44;
}
</style>
border-color css
<style>
span { border-color: #610C44; }
span { border-color: rgb(97,12,68); }
td.TdClassName
{
border-color: #610C44;
}
.TagClassName
{
border-color: #610C44;
}
</style>