Shades of Tyrian Purple #67004F
Tints of Tyrian Purple #67004F
RGB
CMYK
RGB Variations
Color information
#67004F (or 0x67004F) is known color: Tyrian Purple. HEX triplet: 67, 00 and 4F. RGB value is (103,0,79). Sum of RGB (Red+Green+Blue) = 103+0+79=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67004F is #98FFB0. Grayscale: #272727. Windows color (decimal): -10026929 or 5177447. OLE color: 5177447.
HSL color Cylindrical-coordinate representation of color #67004F: hue angle of 313.98º 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 #67004F is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.23 | 0.60 |
| HSL | 313.98º | 1% | 0.2% | - |
| HSV(B) | 313.98º | 1% | 0.4% | - |
| XYZ | 7 | 3.45 | 7.69 | - |
| YUV | 39.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 79 | 0 | 1 | 0.23 | 0.60 | 313.98 | 1 | 0.2 |
| Hex | 67 | 0 | 4F | 0 | 64 | 17 | 3C | 13A | 64 | 14 |
| Octal | 147 | 0 | 117 | 0 | 144 | 27 | 74 | 472 | 144 | 24 |
| Binary | 1100111 | 0 | 1001111 | 0 | 1100100 | 10111 | 111100 | 100111010 | 1100100 | 10100 |
Color Harmonies of #67004F
Complementary color
Monochromatic Colors of #67004F
Black with #67004F
Text Example
Text Example
White with #67004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67004F; }
p { color: rgb(103,0,79); }
H1.HeaderClassName
{
color: #67004F;
}
.AnyTagClassName
{
color: #67004F;
}
</style>
background-color css
<style>
a { background-color: #67004F; }
a { background-color: rgb(103,0,79); }
div.DivClassName
{
background-color: #67004F;
}
.BgClassName
{
background-color: #67004F;
}
</style>
border-color css
<style>
span { border-color: #67004F; }
span { border-color: rgb(103,0,79); }
td.TdClassName
{
border-color: #67004F;
}
.TagClassName
{
border-color: #67004F;
}
</style>