Shades of Tyrian Purple #61103B
Tints of Tyrian Purple #61103B
RGB
CMYK
RGB Variations
Color information
#61103B (or 0x61103B) is known color: Tyrian Purple. HEX triplet: 61, 10 and 3B. RGB value is (97,16,59). Sum of RGB (Red+Green+Blue) = 97+16+59=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #61103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61103B is #9EEFC4. Grayscale: #2D2D2D. Windows color (decimal): -10416069 or 3870817. OLE color: 3870817.
HSL color Cylindrical-coordinate representation of color #61103B: hue angle of 328.15º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61103B is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 16 | 59 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.62 |
| HSL | 328.15º | 0.72% | 0.22% | - |
| HSV(B) | 328.15º | 0.84% | 0.38% | - |
| XYZ | 5.9 | 3.23 | 4.45 | - |
| YUV | 45.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 59 | 0 | 0.84 | 0.39 | 0.62 | 328.15 | 0.72 | 0.22 |
| Hex | 61 | 10 | 3B | 0 | 54 | 27 | 3E | 148 | 48 | 16 |
| Octal | 141 | 20 | 73 | 0 | 124 | 47 | 76 | 510 | 110 | 26 |
| Binary | 1100001 | 10000 | 111011 | 0 | 1010100 | 100111 | 111110 | 101001000 | 1001000 | 10110 |
Color Harmonies of #61103B
Complementary color
Monochromatic Colors of #61103B
Black with #61103B
Text Example
Text Example
White with #61103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61103B; }
p { color: rgb(97,16,59); }
H1.HeaderClassName
{
color: #61103B;
}
.AnyTagClassName
{
color: #61103B;
}
</style>
background-color css
<style>
a { background-color: #61103B; }
a { background-color: rgb(97,16,59); }
div.DivClassName
{
background-color: #61103B;
}
.BgClassName
{
background-color: #61103B;
}
</style>
border-color css
<style>
span { border-color: #61103B; }
span { border-color: rgb(97,16,59); }
td.TdClassName
{
border-color: #61103B;
}
.TagClassName
{
border-color: #61103B;
}
</style>