Shades of Tyrian Purple #67104F
Tints of Tyrian Purple #67104F
RGB
CMYK
RGB Variations
Color information
#67104F (or 0x67104F) is known color: Tyrian Purple. HEX triplet: 67, 10 and 4F. RGB value is (103,16,79). Sum of RGB (Red+Green+Blue) = 103+16+79=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67104F is #98EFB0. Grayscale: #313131. Windows color (decimal): -10022833 or 5181543. OLE color: 5181543.
HSL color Cylindrical-coordinate representation of color #67104F: hue angle of 316.55º 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 #67104F is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 79 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.60 |
| HSL | 316.55º | 0.73% | 0.23% | - |
| HSV(B) | 316.55º | 0.84% | 0.4% | - |
| XYZ | 7.19 | 3.82 | 7.76 | - |
| YUV | 49.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 79 | 0 | 0.84 | 0.23 | 0.60 | 316.55 | 0.73 | 0.23 |
| Hex | 67 | 10 | 4F | 0 | 54 | 17 | 3C | 13D | 49 | 17 |
| Octal | 147 | 20 | 117 | 0 | 124 | 27 | 74 | 475 | 111 | 27 |
| Binary | 1100111 | 10000 | 1001111 | 0 | 1010100 | 10111 | 111100 | 100111101 | 1001001 | 10111 |
Color Harmonies of #67104F
Complementary color
Monochromatic Colors of #67104F
Black with #67104F
Text Example
Text Example
White with #67104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67104F; }
p { color: rgb(103,16,79); }
H1.HeaderClassName
{
color: #67104F;
}
.AnyTagClassName
{
color: #67104F;
}
</style>
background-color css
<style>
a { background-color: #67104F; }
a { background-color: rgb(103,16,79); }
div.DivClassName
{
background-color: #67104F;
}
.BgClassName
{
background-color: #67104F;
}
</style>
border-color css
<style>
span { border-color: #67104F; }
span { border-color: rgb(103,16,79); }
td.TdClassName
{
border-color: #67104F;
}
.TagClassName
{
border-color: #67104F;
}
</style>