Shades of Tyrian Purple #67104A
Tints of Tyrian Purple #67104A
RGB
CMYK
RGB Variations
Color information
#67104A (or 0x67104A) is known color: Tyrian Purple. HEX triplet: 67, 10 and 4A. RGB value is (103,16,74). Sum of RGB (Red+Green+Blue) = 103+16+74=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #67104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67104A is #98EFB5. Grayscale: #303030. Windows color (decimal): -10022838 or 4853863. OLE color: 4853863.
HSL color Cylindrical-coordinate representation of color #67104A: hue angle of 320º 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 #67104A is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 74 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.60 |
| HSL | 320º | 0.73% | 0.23% | - |
| HSV(B) | 320º | 0.84% | 0.4% | - |
| XYZ | 7.01 | 3.75 | 6.83 | - |
| YUV | 48.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 74 | 0 | 0.84 | 0.28 | 0.60 | 320 | 0.73 | 0.23 |
| Hex | 67 | 10 | 4A | 0 | 54 | 1C | 3C | 140 | 49 | 17 |
| Octal | 147 | 20 | 112 | 0 | 124 | 34 | 74 | 500 | 111 | 27 |
| Binary | 1100111 | 10000 | 1001010 | 0 | 1010100 | 11100 | 111100 | 101000000 | 1001001 | 10111 |
Color Harmonies of #67104A
Complementary color
Monochromatic Colors of #67104A
Black with #67104A
Text Example
Text Example
White with #67104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67104A; }
p { color: rgb(103,16,74); }
H1.HeaderClassName
{
color: #67104A;
}
.AnyTagClassName
{
color: #67104A;
}
</style>
background-color css
<style>
a { background-color: #67104A; }
a { background-color: rgb(103,16,74); }
div.DivClassName
{
background-color: #67104A;
}
.BgClassName
{
background-color: #67104A;
}
</style>
border-color css
<style>
span { border-color: #67104A; }
span { border-color: rgb(103,16,74); }
td.TdClassName
{
border-color: #67104A;
}
.TagClassName
{
border-color: #67104A;
}
</style>