Shades of Tyrian Purple #660254
Tints of Tyrian Purple #660254
RGB
CMYK
RGB Variations
Color information
#660254 (or 0x660254) is known color: Tyrian Purple. HEX triplet: 66, 02 and 54. RGB value is (102,2,84). Sum of RGB (Red+Green+Blue) = 102+2+84=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660254 is #99FDAB. Grayscale: #292929. Windows color (decimal): -10091948 or 5505638. OLE color: 5505638.
HSL color Cylindrical-coordinate representation of color #660254: hue angle of 310.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660254 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 84 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.6 |
| HSL | 310.8º | 0.96% | 0.2% | - |
| HSV(B) | 310.8º | 0.98% | 0.4% | - |
| XYZ | 7.1 | 3.51 | 8.69 | - |
| YUV | 41.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 84 | 0 | 0.98 | 0.18 | 0.6 | 310.8 | 0.96 | 0.2 |
| Hex | 66 | 2 | 54 | 0 | 62 | 12 | 3C | 137 | 60 | 14 |
| Octal | 146 | 2 | 124 | 0 | 142 | 22 | 74 | 467 | 140 | 24 |
| Binary | 1100110 | 10 | 1010100 | 0 | 1100010 | 10010 | 111100 | 100110111 | 1100000 | 10100 |
Color Harmonies of #660254
Complementary color
Monochromatic Colors of #660254
Black with #660254
Text Example
Text Example
White with #660254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660254; }
p { color: rgb(102,2,84); }
H1.HeaderClassName
{
color: #660254;
}
.AnyTagClassName
{
color: #660254;
}
</style>
background-color css
<style>
a { background-color: #660254; }
a { background-color: rgb(102,2,84); }
div.DivClassName
{
background-color: #660254;
}
.BgClassName
{
background-color: #660254;
}
</style>
border-color css
<style>
span { border-color: #660254; }
span { border-color: rgb(102,2,84); }
td.TdClassName
{
border-color: #660254;
}
.TagClassName
{
border-color: #660254;
}
</style>