Shades of Tyrian Purple #610023
Tints of Tyrian Purple #610023
RGB
CMYK
RGB Variations
Color information
#610023 (or 0x610023) is known color: Tyrian Purple. HEX triplet: 61, 00 and 23. RGB value is (97,0,35). Sum of RGB (Red+Green+Blue) = 97+0+35=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #610023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610023 is #9EFFDC. Grayscale: #202020. Windows color (decimal): -10420189 or 2293857. OLE color: 2293857.
HSL color Cylindrical-coordinate representation of color #610023: hue angle of 338.35º 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 #610023 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.64 | 0.62 |
| HSL | 338.35º | 1% | 0.19% | - |
| HSV(B) | 338.35º | 1% | 0.38% | - |
| XYZ | 5.23 | 2.66 | 1.83 | - |
| YUV | 32.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 35 | 0 | 1 | 0.64 | 0.62 | 338.35 | 1 | 0.19 |
| Hex | 61 | 0 | 23 | 0 | 64 | 40 | 3E | 152 | 64 | 13 |
| Octal | 141 | 0 | 43 | 0 | 144 | 100 | 76 | 522 | 144 | 23 |
| Binary | 1100001 | 0 | 100011 | 0 | 1100100 | 1000000 | 111110 | 101010010 | 1100100 | 10011 |
Color Harmonies of #610023
Complementary color
Monochromatic Colors of #610023
Black with #610023
Text Example
Text Example
White with #610023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610023; }
p { color: rgb(97,0,35); }
H1.HeaderClassName
{
color: #610023;
}
.AnyTagClassName
{
color: #610023;
}
</style>
background-color css
<style>
a { background-color: #610023; }
a { background-color: rgb(97,0,35); }
div.DivClassName
{
background-color: #610023;
}
.BgClassName
{
background-color: #610023;
}
</style>
border-color css
<style>
span { border-color: #610023; }
span { border-color: rgb(97,0,35); }
td.TdClassName
{
border-color: #610023;
}
.TagClassName
{
border-color: #610023;
}
</style>