Shades of Tyrian Purple #67004C
Tints of Tyrian Purple #67004C
RGB
CMYK
RGB Variations
Color information
#67004C (or 0x67004C) is known color: Tyrian Purple. HEX triplet: 67, 00 and 4C. RGB value is (103,0,76). Sum of RGB (Red+Green+Blue) = 103+0+76=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #67004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67004C is #98FFB3. Grayscale: #272727. Windows color (decimal): -10026932 or 4980839. OLE color: 4980839.
HSL color Cylindrical-coordinate representation of color #67004C: hue angle of 315.73º 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 #67004C is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.26 | 0.60 |
| HSL | 315.73º | 1% | 0.2% | - |
| HSV(B) | 315.73º | 1% | 0.4% | - |
| XYZ | 6.9 | 3.41 | 7.13 | - |
| YUV | 39.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 76 | 0 | 1 | 0.26 | 0.60 | 315.73 | 1 | 0.2 |
| Hex | 67 | 0 | 4C | 0 | 64 | 1A | 3C | 13C | 64 | 14 |
| Octal | 147 | 0 | 114 | 0 | 144 | 32 | 74 | 474 | 144 | 24 |
| Binary | 1100111 | 0 | 1001100 | 0 | 1100100 | 11010 | 111100 | 100111100 | 1100100 | 10100 |
Color Harmonies of #67004C
Complementary color
Monochromatic Colors of #67004C
Black with #67004C
Text Example
Text Example
White with #67004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67004C; }
p { color: rgb(103,0,76); }
H1.HeaderClassName
{
color: #67004C;
}
.AnyTagClassName
{
color: #67004C;
}
</style>
background-color css
<style>
a { background-color: #67004C; }
a { background-color: rgb(103,0,76); }
div.DivClassName
{
background-color: #67004C;
}
.BgClassName
{
background-color: #67004C;
}
</style>
border-color css
<style>
span { border-color: #67004C; }
span { border-color: rgb(103,0,76); }
td.TdClassName
{
border-color: #67004C;
}
.TagClassName
{
border-color: #67004C;
}
</style>