Shades of Purple #660069
Tints of Purple #660069
RGB
CMYK
RGB Variations
Color information
#660069 (or 0x660069) is known color: Purple. HEX triplet: 66, 00 and 69. RGB value is (102,0,105). Sum of RGB (Red+Green+Blue) = 102+0+105=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #660069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660069 is #99FF96. Grayscale: #2A2A2A. Windows color (decimal): -10092439 or 6881382. OLE color: 6881382.
HSL color Cylindrical-coordinate representation of color #660069: hue angle of 298.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660069 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 0 | 105 | - |
| CMYK | 0.03 | 1 | 0 | 0.59 |
| HSL | 298.29º | 1% | 0.21% | - |
| HSV(B) | 298.29º | 1% | 0.41% | - |
| XYZ | 8.03 | 3.84 | 13.68 | - |
| YUV | 42.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 105 | 0.03 | 1 | 0 | 0.59 | 298.29 | 1 | 0.21 |
| Hex | 66 | 0 | 69 | 3 | 64 | 0 | 3B | 12A | 64 | 15 |
| Octal | 146 | 0 | 151 | 3 | 144 | 0 | 73 | 452 | 144 | 25 |
| Binary | 1100110 | 0 | 1101001 | 11 | 1100100 | 0 | 111011 | 100101010 | 1100100 | 10101 |
Color Harmonies of #660069
Complementary color
Monochromatic Colors of #660069
Black with #660069
Text Example
Text Example
White with #660069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660069; }
p { color: rgb(102,0,105); }
H1.HeaderClassName
{
color: #660069;
}
.AnyTagClassName
{
color: #660069;
}
</style>
background-color css
<style>
a { background-color: #660069; }
a { background-color: rgb(102,0,105); }
div.DivClassName
{
background-color: #660069;
}
.BgClassName
{
background-color: #660069;
}
</style>
border-color css
<style>
span { border-color: #660069; }
span { border-color: rgb(102,0,105); }
td.TdClassName
{
border-color: #660069;
}
.TagClassName
{
border-color: #660069;
}
</style>