Shades of Tyrian Purple #66014A
Tints of Tyrian Purple #66014A
RGB
CMYK
RGB Variations
Color information
#66014A (or 0x66014A) is known color: Tyrian Purple. HEX triplet: 66, 01 and 4A. RGB value is (102,1,74). Sum of RGB (Red+Green+Blue) = 102+1+74=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #66014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66014A is #99FEB5. Grayscale: #272727. Windows color (decimal): -10092214 or 4850022. OLE color: 4850022.
HSL color Cylindrical-coordinate representation of color #66014A: hue angle of 316.63º 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 #66014A is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.6 |
| HSL | 316.63º | 0.98% | 0.2% | - |
| HSV(B) | 316.63º | 0.99% | 0.4% | - |
| XYZ | 6.73 | 3.34 | 6.77 | - |
| YUV | 39.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 74 | 0 | 0.99 | 0.27 | 0.6 | 316.63 | 0.98 | 0.2 |
| Hex | 66 | 1 | 4A | 0 | 63 | 1B | 3C | 13D | 62 | 14 |
| Octal | 146 | 1 | 112 | 0 | 143 | 33 | 74 | 475 | 142 | 24 |
| Binary | 1100110 | 1 | 1001010 | 0 | 1100011 | 11011 | 111100 | 100111101 | 1100010 | 10100 |
Color Harmonies of #66014A
Complementary color
Monochromatic Colors of #66014A
Black with #66014A
Text Example
Text Example
White with #66014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66014A; }
p { color: rgb(102,1,74); }
H1.HeaderClassName
{
color: #66014A;
}
.AnyTagClassName
{
color: #66014A;
}
</style>
background-color css
<style>
a { background-color: #66014A; }
a { background-color: rgb(102,1,74); }
div.DivClassName
{
background-color: #66014A;
}
.BgClassName
{
background-color: #66014A;
}
</style>
border-color css
<style>
span { border-color: #66014A; }
span { border-color: rgb(102,1,74); }
td.TdClassName
{
border-color: #66014A;
}
.TagClassName
{
border-color: #66014A;
}
</style>