Shades of Tyrian Purple #67104D
Tints of Tyrian Purple #67104D
RGB
CMYK
RGB Variations
Color information
#67104D (or 0x67104D) is known color: Tyrian Purple. HEX triplet: 67, 10 and 4D. RGB value is (103,16,77). Sum of RGB (Red+Green+Blue) = 103+16+77=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #67104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67104D is #98EFB2. Grayscale: #303030. Windows color (decimal): -10022835 or 5050471. OLE color: 5050471.
HSL color Cylindrical-coordinate representation of color #67104D: hue angle of 317.93º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67104D is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 77 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.60 |
| HSL | 317.93º | 0.73% | 0.23% | - |
| HSV(B) | 317.93º | 0.84% | 0.4% | - |
| XYZ | 7.12 | 3.79 | 7.38 | - |
| YUV | 48.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 77 | 0 | 0.84 | 0.25 | 0.60 | 317.93 | 0.73 | 0.23 |
| Hex | 67 | 10 | 4D | 0 | 54 | 19 | 3C | 13E | 49 | 17 |
| Octal | 147 | 20 | 115 | 0 | 124 | 31 | 74 | 476 | 111 | 27 |
| Binary | 1100111 | 10000 | 1001101 | 0 | 1010100 | 11001 | 111100 | 100111110 | 1001001 | 10111 |
Color Harmonies of #67104D
Complementary color
Monochromatic Colors of #67104D
Black with #67104D
Text Example
Text Example
White with #67104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67104D; }
p { color: rgb(103,16,77); }
H1.HeaderClassName
{
color: #67104D;
}
.AnyTagClassName
{
color: #67104D;
}
</style>
background-color css
<style>
a { background-color: #67104D; }
a { background-color: rgb(103,16,77); }
div.DivClassName
{
background-color: #67104D;
}
.BgClassName
{
background-color: #67104D;
}
</style>
border-color css
<style>
span { border-color: #67104D; }
span { border-color: rgb(103,16,77); }
td.TdClassName
{
border-color: #67104D;
}
.TagClassName
{
border-color: #67104D;
}
</style>