Shades of Tyrian Purple #66014E
Tints of Tyrian Purple #66014E
RGB
CMYK
RGB Variations
Color information
#66014E (or 0x66014E) is known color: Tyrian Purple. HEX triplet: 66, 01 and 4E. RGB value is (102,1,78). Sum of RGB (Red+Green+Blue) = 102+1+78=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66014E is #99FEB1. Grayscale: #272727. Windows color (decimal): -10092210 or 5112166. OLE color: 5112166.
HSL color Cylindrical-coordinate representation of color #66014E: hue angle of 314.26º 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 #66014E is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.6 |
| HSL | 314.26º | 0.98% | 0.2% | - |
| HSV(B) | 314.26º | 0.99% | 0.4% | - |
| XYZ | 6.87 | 3.4 | 7.5 | - |
| YUV | 39.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 78 | 0 | 0.99 | 0.24 | 0.6 | 314.26 | 0.98 | 0.2 |
| Hex | 66 | 1 | 4E | 0 | 63 | 18 | 3C | 13A | 62 | 14 |
| Octal | 146 | 1 | 116 | 0 | 143 | 30 | 74 | 472 | 142 | 24 |
| Binary | 1100110 | 1 | 1001110 | 0 | 1100011 | 11000 | 111100 | 100111010 | 1100010 | 10100 |
Color Harmonies of #66014E
Complementary color
Monochromatic Colors of #66014E
Black with #66014E
Text Example
Text Example
White with #66014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66014E; }
p { color: rgb(102,1,78); }
H1.HeaderClassName
{
color: #66014E;
}
.AnyTagClassName
{
color: #66014E;
}
</style>
background-color css
<style>
a { background-color: #66014E; }
a { background-color: rgb(102,1,78); }
div.DivClassName
{
background-color: #66014E;
}
.BgClassName
{
background-color: #66014E;
}
</style>
border-color css
<style>
span { border-color: #66014E; }
span { border-color: rgb(102,1,78); }
td.TdClassName
{
border-color: #66014E;
}
.TagClassName
{
border-color: #66014E;
}
</style>