Shades of Tyrian Purple #67034C
Tints of Tyrian Purple #67034C
RGB
CMYK
RGB Variations
Color information
#67034C (or 0x67034C) is known color: Tyrian Purple. HEX triplet: 67, 03 and 4C. RGB value is (103,3,76). Sum of RGB (Red+Green+Blue) = 103+3+76=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67034C is #98FCB3. Grayscale: #292929. Windows color (decimal): -10026164 or 4981607. OLE color: 4981607.
HSL color Cylindrical-coordinate representation of color #67034C: hue angle of 316.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67034C is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 3 | 76 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.60 |
| HSL | 316.2º | 0.94% | 0.21% | - |
| HSV(B) | 316.2º | 0.97% | 0.4% | - |
| XYZ | 6.93 | 3.47 | 7.14 | - |
| YUV | 41.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 76 | 0 | 0.97 | 0.26 | 0.60 | 316.2 | 0.94 | 0.21 |
| Hex | 67 | 3 | 4C | 0 | 61 | 1A | 3C | 13C | 5E | 15 |
| Octal | 147 | 3 | 114 | 0 | 141 | 32 | 74 | 474 | 136 | 25 |
| Binary | 1100111 | 11 | 1001100 | 0 | 1100001 | 11010 | 111100 | 100111100 | 1011110 | 10101 |
Color Harmonies of #67034C
Complementary color
Monochromatic Colors of #67034C
Black with #67034C
Text Example
Text Example
White with #67034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67034C; }
p { color: rgb(103,3,76); }
H1.HeaderClassName
{
color: #67034C;
}
.AnyTagClassName
{
color: #67034C;
}
</style>
background-color css
<style>
a { background-color: #67034C; }
a { background-color: rgb(103,3,76); }
div.DivClassName
{
background-color: #67034C;
}
.BgClassName
{
background-color: #67034C;
}
</style>
border-color css
<style>
span { border-color: #67034C; }
span { border-color: rgb(103,3,76); }
td.TdClassName
{
border-color: #67034C;
}
.TagClassName
{
border-color: #67034C;
}
</style>