Shades of Tyrian Purple #61103C
Tints of Tyrian Purple #61103C
RGB
CMYK
RGB Variations
Color information
#61103C (or 0x61103C) is known color: Tyrian Purple. HEX triplet: 61, 10 and 3C. RGB value is (97,16,60). Sum of RGB (Red+Green+Blue) = 97+16+60=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61103C is #9EEFC3. Grayscale: #2D2D2D. Windows color (decimal): -10416068 or 3936353. OLE color: 3936353.
HSL color Cylindrical-coordinate representation of color #61103C: hue angle of 327.41º 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 #61103C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 16 | 60 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.62 |
| HSL | 327.41º | 0.72% | 0.22% | - |
| HSV(B) | 327.41º | 0.84% | 0.38% | - |
| XYZ | 5.93 | 3.24 | 4.59 | - |
| YUV | 45.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 60 | 0 | 0.84 | 0.38 | 0.62 | 327.41 | 0.72 | 0.22 |
| Hex | 61 | 10 | 3C | 0 | 54 | 26 | 3E | 147 | 48 | 16 |
| Octal | 141 | 20 | 74 | 0 | 124 | 46 | 76 | 507 | 110 | 26 |
| Binary | 1100001 | 10000 | 111100 | 0 | 1010100 | 100110 | 111110 | 101000111 | 1001000 | 10110 |
Color Harmonies of #61103C
Complementary color
Monochromatic Colors of #61103C
Black with #61103C
Text Example
Text Example
White with #61103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61103C; }
p { color: rgb(97,16,60); }
H1.HeaderClassName
{
color: #61103C;
}
.AnyTagClassName
{
color: #61103C;
}
</style>
background-color css
<style>
a { background-color: #61103C; }
a { background-color: rgb(97,16,60); }
div.DivClassName
{
background-color: #61103C;
}
.BgClassName
{
background-color: #61103C;
}
</style>
border-color css
<style>
span { border-color: #61103C; }
span { border-color: rgb(97,16,60); }
td.TdClassName
{
border-color: #61103C;
}
.TagClassName
{
border-color: #61103C;
}
</style>