Shades of Tyrian Purple #67004A
Tints of Tyrian Purple #67004A
RGB
CMYK
RGB Variations
Color information
#67004A (or 0x67004A) is known color: Tyrian Purple. HEX triplet: 67, 00 and 4A. RGB value is (103,0,74). Sum of RGB (Red+Green+Blue) = 103+0+74=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #67004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67004A is #98FFB5. Grayscale: #272727. Windows color (decimal): -10026934 or 4849767. OLE color: 4849767.
HSL color Cylindrical-coordinate representation of color #67004A: hue angle of 316.89º 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 #67004A is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.28 | 0.60 |
| HSL | 316.89º | 1% | 0.2% | - |
| HSV(B) | 316.89º | 1% | 0.4% | - |
| XYZ | 6.83 | 3.38 | 6.77 | - |
| YUV | 39.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 74 | 0 | 1 | 0.28 | 0.60 | 316.89 | 1 | 0.2 |
| Hex | 67 | 0 | 4A | 0 | 64 | 1C | 3C | 13D | 64 | 14 |
| Octal | 147 | 0 | 112 | 0 | 144 | 34 | 74 | 475 | 144 | 24 |
| Binary | 1100111 | 0 | 1001010 | 0 | 1100100 | 11100 | 111100 | 100111101 | 1100100 | 10100 |
Color Harmonies of #67004A
Complementary color
Monochromatic Colors of #67004A
Black with #67004A
Text Example
Text Example
White with #67004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67004A; }
p { color: rgb(103,0,74); }
H1.HeaderClassName
{
color: #67004A;
}
.AnyTagClassName
{
color: #67004A;
}
</style>
background-color css
<style>
a { background-color: #67004A; }
a { background-color: rgb(103,0,74); }
div.DivClassName
{
background-color: #67004A;
}
.BgClassName
{
background-color: #67004A;
}
</style>
border-color css
<style>
span { border-color: #67004A; }
span { border-color: rgb(103,0,74); }
td.TdClassName
{
border-color: #67004A;
}
.TagClassName
{
border-color: #67004A;
}
</style>