Shades of Tyrian Purple #610052
Tints of Tyrian Purple #610052
RGB
CMYK
RGB Variations
Color information
#610052 (or 0x610052) is known color: Tyrian Purple. HEX triplet: 61, 00 and 52. RGB value is (97,0,82). Sum of RGB (Red+Green+Blue) = 97+0+82=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #610052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610052 is #9EFFAD. Grayscale: #262626. Windows color (decimal): -10420142 or 5374049. OLE color: 5374049.
HSL color Cylindrical-coordinate representation of color #610052: hue angle of 309.28º 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 #610052 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.15 | 0.62 |
| HSL | 309.28º | 1% | 0.19% | - |
| HSV(B) | 309.28º | 1% | 0.38% | - |
| XYZ | 6.45 | 3.15 | 8.25 | - |
| YUV | 38.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 82 | 0 | 1 | 0.15 | 0.62 | 309.28 | 1 | 0.19 |
| Hex | 61 | 0 | 52 | 0 | 64 | F | 3E | 135 | 64 | 13 |
| Octal | 141 | 0 | 122 | 0 | 144 | 17 | 76 | 465 | 144 | 23 |
| Binary | 1100001 | 0 | 1010010 | 0 | 1100100 | 1111 | 111110 | 100110101 | 1100100 | 10011 |
Color Harmonies of #610052
Complementary color
Monochromatic Colors of #610052
Black with #610052
Text Example
Text Example
White with #610052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610052; }
p { color: rgb(97,0,82); }
H1.HeaderClassName
{
color: #610052;
}
.AnyTagClassName
{
color: #610052;
}
</style>
background-color css
<style>
a { background-color: #610052; }
a { background-color: rgb(97,0,82); }
div.DivClassName
{
background-color: #610052;
}
.BgClassName
{
background-color: #610052;
}
</style>
border-color css
<style>
span { border-color: #610052; }
span { border-color: rgb(97,0,82); }
td.TdClassName
{
border-color: #610052;
}
.TagClassName
{
border-color: #610052;
}
</style>