Shades of Tyrian Purple #67034A
Tints of Tyrian Purple #67034A
RGB
CMYK
RGB Variations
Color information
#67034A (or 0x67034A) is known color: Tyrian Purple. HEX triplet: 67, 03 and 4A. RGB value is (103,3,74). Sum of RGB (Red+Green+Blue) = 103+3+74=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #67034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67034A is #98FCB5. Grayscale: #282828. Windows color (decimal): -10026166 or 4850535. OLE color: 4850535.
HSL color Cylindrical-coordinate representation of color #67034A: hue angle of 317.4º 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 #67034A is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 3 | 74 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.60 |
| HSL | 317.4º | 0.94% | 0.21% | - |
| HSV(B) | 317.4º | 0.97% | 0.4% | - |
| XYZ | 6.86 | 3.44 | 6.78 | - |
| YUV | 40.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 74 | 0 | 0.97 | 0.28 | 0.60 | 317.4 | 0.94 | 0.21 |
| Hex | 67 | 3 | 4A | 0 | 61 | 1C | 3C | 13D | 5E | 15 |
| Octal | 147 | 3 | 112 | 0 | 141 | 34 | 74 | 475 | 136 | 25 |
| Binary | 1100111 | 11 | 1001010 | 0 | 1100001 | 11100 | 111100 | 100111101 | 1011110 | 10101 |
Color Harmonies of #67034A
Complementary color
Monochromatic Colors of #67034A
Black with #67034A
Text Example
Text Example
White with #67034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67034A; }
p { color: rgb(103,3,74); }
H1.HeaderClassName
{
color: #67034A;
}
.AnyTagClassName
{
color: #67034A;
}
</style>
background-color css
<style>
a { background-color: #67034A; }
a { background-color: rgb(103,3,74); }
div.DivClassName
{
background-color: #67034A;
}
.BgClassName
{
background-color: #67034A;
}
</style>
border-color css
<style>
span { border-color: #67034A; }
span { border-color: rgb(103,3,74); }
td.TdClassName
{
border-color: #67034A;
}
.TagClassName
{
border-color: #67034A;
}
</style>