Shades of Tyrian Purple #67014C
Tints of Tyrian Purple #67014C
RGB
CMYK
RGB Variations
Color information
#67014C (or 0x67014C) is known color: Tyrian Purple. HEX triplet: 67, 01 and 4C. RGB value is (103,1,76). Sum of RGB (Red+Green+Blue) = 103+1+76=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #67014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67014C is #98FEB3. Grayscale: #272727. Windows color (decimal): -10026676 or 4981095. OLE color: 4981095.
HSL color Cylindrical-coordinate representation of color #67014C: hue angle of 315.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67014C is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.60 |
| HSL | 315.88º | 0.98% | 0.2% | - |
| HSV(B) | 315.88º | 0.99% | 0.4% | - |
| XYZ | 6.91 | 3.43 | 7.13 | - |
| YUV | 40.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 76 | 0 | 0.99 | 0.26 | 0.60 | 315.88 | 0.98 | 0.2 |
| Hex | 67 | 1 | 4C | 0 | 63 | 1A | 3C | 13C | 62 | 14 |
| Octal | 147 | 1 | 114 | 0 | 143 | 32 | 74 | 474 | 142 | 24 |
| Binary | 1100111 | 1 | 1001100 | 0 | 1100011 | 11010 | 111100 | 100111100 | 1100010 | 10100 |
Color Harmonies of #67014C
Complementary color
Monochromatic Colors of #67014C
Black with #67014C
Text Example
Text Example
White with #67014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67014C; }
p { color: rgb(103,1,76); }
H1.HeaderClassName
{
color: #67014C;
}
.AnyTagClassName
{
color: #67014C;
}
</style>
background-color css
<style>
a { background-color: #67014C; }
a { background-color: rgb(103,1,76); }
div.DivClassName
{
background-color: #67014C;
}
.BgClassName
{
background-color: #67014C;
}
</style>
border-color css
<style>
span { border-color: #67014C; }
span { border-color: rgb(103,1,76); }
td.TdClassName
{
border-color: #67014C;
}
.TagClassName
{
border-color: #67014C;
}
</style>