Shades of Tyrian Purple #67104C
Tints of Tyrian Purple #67104C
RGB
CMYK
RGB Variations
Color information
#67104C (or 0x67104C) is known color: Tyrian Purple. HEX triplet: 67, 10 and 4C. RGB value is (103,16,76). Sum of RGB (Red+Green+Blue) = 103+16+76=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #67104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67104C is #98EFB3. Grayscale: #303030. Windows color (decimal): -10022836 or 4984935. OLE color: 4984935.
HSL color Cylindrical-coordinate representation of color #67104C: hue angle of 318.62º 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 #67104C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 76 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.60 |
| HSL | 318.62º | 0.73% | 0.23% | - |
| HSV(B) | 318.62º | 0.84% | 0.4% | - |
| XYZ | 7.08 | 3.78 | 7.19 | - |
| YUV | 48.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 76 | 0 | 0.84 | 0.26 | 0.60 | 318.62 | 0.73 | 0.23 |
| Hex | 67 | 10 | 4C | 0 | 54 | 1A | 3C | 13F | 49 | 17 |
| Octal | 147 | 20 | 114 | 0 | 124 | 32 | 74 | 477 | 111 | 27 |
| Binary | 1100111 | 10000 | 1001100 | 0 | 1010100 | 11010 | 111100 | 100111111 | 1001001 | 10111 |
Color Harmonies of #67104C
Complementary color
Monochromatic Colors of #67104C
Black with #67104C
Text Example
Text Example
White with #67104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67104C; }
p { color: rgb(103,16,76); }
H1.HeaderClassName
{
color: #67104C;
}
.AnyTagClassName
{
color: #67104C;
}
</style>
background-color css
<style>
a { background-color: #67104C; }
a { background-color: rgb(103,16,76); }
div.DivClassName
{
background-color: #67104C;
}
.BgClassName
{
background-color: #67104C;
}
</style>
border-color css
<style>
span { border-color: #67104C; }
span { border-color: rgb(103,16,76); }
td.TdClassName
{
border-color: #67104C;
}
.TagClassName
{
border-color: #67104C;
}
</style>