Shades of Purple #660169
Tints of Purple #660169
RGB
CMYK
RGB Variations
Color information
#660169 (or 0x660169) is known color: Purple. HEX triplet: 66, 01 and 69. RGB value is (102,1,105). Sum of RGB (Red+Green+Blue) = 102+1+105=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #660169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660169 is #99FE96. Grayscale: #2A2A2A. Windows color (decimal): -10092183 or 6881638. OLE color: 6881638.
HSL color Cylindrical-coordinate representation of color #660169: hue angle of 298.27º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660169 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 1 | 105 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.59 |
| HSL | 298.27º | 0.98% | 0.21% | - |
| HSV(B) | 298.27º | 0.99% | 0.41% | - |
| XYZ | 8.04 | 3.87 | 13.69 | - |
| YUV | 43.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 105 | 0.03 | 0.99 | 0 | 0.59 | 298.27 | 0.98 | 0.21 |
| Hex | 66 | 1 | 69 | 3 | 63 | 0 | 3B | 12A | 62 | 15 |
| Octal | 146 | 1 | 151 | 3 | 143 | 0 | 73 | 452 | 142 | 25 |
| Binary | 1100110 | 1 | 1101001 | 11 | 1100011 | 0 | 111011 | 100101010 | 1100010 | 10101 |
Color Harmonies of #660169
Complementary color
Monochromatic Colors of #660169
Black with #660169
Text Example
Text Example
White with #660169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660169; }
p { color: rgb(102,1,105); }
H1.HeaderClassName
{
color: #660169;
}
.AnyTagClassName
{
color: #660169;
}
</style>
background-color css
<style>
a { background-color: #660169; }
a { background-color: rgb(102,1,105); }
div.DivClassName
{
background-color: #660169;
}
.BgClassName
{
background-color: #660169;
}
</style>
border-color css
<style>
span { border-color: #660169; }
span { border-color: rgb(102,1,105); }
td.TdClassName
{
border-color: #660169;
}
.TagClassName
{
border-color: #660169;
}
</style>