Shades of Tyrian Purple #61024B
Tints of Tyrian Purple #61024B
RGB
CMYK
RGB Variations
Color information
#61024B (or 0x61024B) is known color: Tyrian Purple. HEX triplet: 61, 02 and 4B. RGB value is (97,2,75). Sum of RGB (Red+Green+Blue) = 97+2+75=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61024B is #9EFDB4. Grayscale: #262626. Windows color (decimal): -10419637 or 4915809. OLE color: 4915809.
HSL color Cylindrical-coordinate representation of color #61024B: hue angle of 313.89º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61024B is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.62 |
| HSL | 313.89º | 0.96% | 0.19% | - |
| HSV(B) | 313.89º | 0.98% | 0.38% | - |
| XYZ | 6.22 | 3.09 | 6.93 | - |
| YUV | 38.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 75 | 0 | 0.98 | 0.23 | 0.62 | 313.89 | 0.96 | 0.19 |
| Hex | 61 | 2 | 4B | 0 | 62 | 17 | 3E | 13A | 60 | 13 |
| Octal | 141 | 2 | 113 | 0 | 142 | 27 | 76 | 472 | 140 | 23 |
| Binary | 1100001 | 10 | 1001011 | 0 | 1100010 | 10111 | 111110 | 100111010 | 1100000 | 10011 |
Color Harmonies of #61024B
Complementary color
Monochromatic Colors of #61024B
Black with #61024B
Text Example
Text Example
White with #61024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61024B; }
p { color: rgb(97,2,75); }
H1.HeaderClassName
{
color: #61024B;
}
.AnyTagClassName
{
color: #61024B;
}
</style>
background-color css
<style>
a { background-color: #61024B; }
a { background-color: rgb(97,2,75); }
div.DivClassName
{
background-color: #61024B;
}
.BgClassName
{
background-color: #61024B;
}
</style>
border-color css
<style>
span { border-color: #61024B; }
span { border-color: rgb(97,2,75); }
td.TdClassName
{
border-color: #61024B;
}
.TagClassName
{
border-color: #61024B;
}
</style>