Shades of Purple #660063
Tints of Purple #660063
RGB
CMYK
RGB Variations
Color information
#660063 (or 0x660063) is known color: Purple. HEX triplet: 66, 00 and 63. RGB value is (102,0,99). Sum of RGB (Red+Green+Blue) = 102+0+99=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #660063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660063 is #99FF9C. Grayscale: #292929. Windows color (decimal): -10092445 or 6488166. OLE color: 6488166.
HSL color Cylindrical-coordinate representation of color #660063: hue angle of 301.76º 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 #660063 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.03 | 0.6 |
| HSL | 301.76º | 1% | 0.2% | - |
| HSV(B) | 301.76º | 1% | 0.4% | - |
| XYZ | 7.73 | 3.73 | 12.12 | - |
| YUV | 41.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 99 | 0 | 1 | 0.03 | 0.6 | 301.76 | 1 | 0.2 |
| Hex | 66 | 0 | 63 | 0 | 64 | 3 | 3C | 12E | 64 | 14 |
| Octal | 146 | 0 | 143 | 0 | 144 | 3 | 74 | 456 | 144 | 24 |
| Binary | 1100110 | 0 | 1100011 | 0 | 1100100 | 11 | 111100 | 100101110 | 1100100 | 10100 |
Color Harmonies of #660063
Complementary color
Monochromatic Colors of #660063
Black with #660063
Text Example
Text Example
White with #660063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660063; }
p { color: rgb(102,0,99); }
H1.HeaderClassName
{
color: #660063;
}
.AnyTagClassName
{
color: #660063;
}
</style>
background-color css
<style>
a { background-color: #660063; }
a { background-color: rgb(102,0,99); }
div.DivClassName
{
background-color: #660063;
}
.BgClassName
{
background-color: #660063;
}
</style>
border-color css
<style>
span { border-color: #660063; }
span { border-color: rgb(102,0,99); }
td.TdClassName
{
border-color: #660063;
}
.TagClassName
{
border-color: #660063;
}
</style>