Shades of Tyrian Purple #67004D
Tints of Tyrian Purple #67004D
RGB
CMYK
RGB Variations
Color information
#67004D (or 0x67004D) is known color: Tyrian Purple. HEX triplet: 67, 00 and 4D. RGB value is (103,0,77). Sum of RGB (Red+Green+Blue) = 103+0+77=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #67004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67004D is #98FFB2. Grayscale: #272727. Windows color (decimal): -10026931 or 5046375. OLE color: 5046375.
HSL color Cylindrical-coordinate representation of color #67004D: hue angle of 315.15º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67004D is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.25 | 0.60 |
| HSL | 315.15º | 1% | 0.2% | - |
| HSV(B) | 315.15º | 1% | 0.4% | - |
| XYZ | 6.93 | 3.42 | 7.32 | - |
| YUV | 39.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 77 | 0 | 1 | 0.25 | 0.60 | 315.15 | 1 | 0.2 |
| Hex | 67 | 0 | 4D | 0 | 64 | 19 | 3C | 13B | 64 | 14 |
| Octal | 147 | 0 | 115 | 0 | 144 | 31 | 74 | 473 | 144 | 24 |
| Binary | 1100111 | 0 | 1001101 | 0 | 1100100 | 11001 | 111100 | 100111011 | 1100100 | 10100 |
Color Harmonies of #67004D
Complementary color
Monochromatic Colors of #67004D
Black with #67004D
Text Example
Text Example
White with #67004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67004D; }
p { color: rgb(103,0,77); }
H1.HeaderClassName
{
color: #67004D;
}
.AnyTagClassName
{
color: #67004D;
}
</style>
background-color css
<style>
a { background-color: #67004D; }
a { background-color: rgb(103,0,77); }
div.DivClassName
{
background-color: #67004D;
}
.BgClassName
{
background-color: #67004D;
}
</style>
border-color css
<style>
span { border-color: #67004D; }
span { border-color: rgb(103,0,77); }
td.TdClassName
{
border-color: #67004D;
}
.TagClassName
{
border-color: #67004D;
}
</style>