Shades of Tyrian Purple #660053
Tints of Tyrian Purple #660053
RGB
CMYK
RGB Variations
Color information
#660053 (or 0x660053) is known color: Tyrian Purple. HEX triplet: 66, 00 and 53. RGB value is (102,0,83). Sum of RGB (Red+Green+Blue) = 102+0+83=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #660053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660053 is #99FFAC. Grayscale: #272727. Windows color (decimal): -10092461 or 5439590. OLE color: 5439590.
HSL color Cylindrical-coordinate representation of color #660053: hue angle of 311.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660053 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.19 | 0.6 |
| HSL | 311.18º | 1% | 0.2% | - |
| HSV(B) | 311.18º | 1% | 0.4% | - |
| XYZ | 7.04 | 3.45 | 8.48 | - |
| YUV | 39.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 83 | 0 | 1 | 0.19 | 0.6 | 311.18 | 1 | 0.2 |
| Hex | 66 | 0 | 53 | 0 | 64 | 13 | 3C | 137 | 64 | 14 |
| Octal | 146 | 0 | 123 | 0 | 144 | 23 | 74 | 467 | 144 | 24 |
| Binary | 1100110 | 0 | 1010011 | 0 | 1100100 | 10011 | 111100 | 100110111 | 1100100 | 10100 |
Color Harmonies of #660053
Complementary color
Monochromatic Colors of #660053
Black with #660053
Text Example
Text Example
White with #660053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660053; }
p { color: rgb(102,0,83); }
H1.HeaderClassName
{
color: #660053;
}
.AnyTagClassName
{
color: #660053;
}
</style>
background-color css
<style>
a { background-color: #660053; }
a { background-color: rgb(102,0,83); }
div.DivClassName
{
background-color: #660053;
}
.BgClassName
{
background-color: #660053;
}
</style>
border-color css
<style>
span { border-color: #660053; }
span { border-color: rgb(102,0,83); }
td.TdClassName
{
border-color: #660053;
}
.TagClassName
{
border-color: #660053;
}
</style>