Shades of Tyrian Purple #66054A
Tints of Tyrian Purple #66054A
RGB
CMYK
RGB Variations
Color information
#66054A (or 0x66054A) is known color: Tyrian Purple. HEX triplet: 66, 05 and 4A. RGB value is (102,5,74). Sum of RGB (Red+Green+Blue) = 102+5+74=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66054A is #99FAB5. Grayscale: #292929. Windows color (decimal): -10091190 or 4851046. OLE color: 4851046.
HSL color Cylindrical-coordinate representation of color #66054A: hue angle of 317.32º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66054A is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 74 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.6 |
| HSL | 317.32º | 0.91% | 0.21% | - |
| HSV(B) | 317.32º | 0.95% | 0.4% | - |
| XYZ | 6.77 | 3.43 | 6.78 | - |
| YUV | 41.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 74 | 0 | 0.95 | 0.27 | 0.6 | 317.32 | 0.91 | 0.21 |
| Hex | 66 | 5 | 4A | 0 | 5F | 1B | 3C | 13D | 5B | 15 |
| Octal | 146 | 5 | 112 | 0 | 137 | 33 | 74 | 475 | 133 | 25 |
| Binary | 1100110 | 101 | 1001010 | 0 | 1011111 | 11011 | 111100 | 100111101 | 1011011 | 10101 |
Color Harmonies of #66054A
Complementary color
Monochromatic Colors of #66054A
Black with #66054A
Text Example
Text Example
White with #66054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66054A; }
p { color: rgb(102,5,74); }
H1.HeaderClassName
{
color: #66054A;
}
.AnyTagClassName
{
color: #66054A;
}
</style>
background-color css
<style>
a { background-color: #66054A; }
a { background-color: rgb(102,5,74); }
div.DivClassName
{
background-color: #66054A;
}
.BgClassName
{
background-color: #66054A;
}
</style>
border-color css
<style>
span { border-color: #66054A; }
span { border-color: rgb(102,5,74); }
td.TdClassName
{
border-color: #66054A;
}
.TagClassName
{
border-color: #66054A;
}
</style>