Shades of Purple #660669
Tints of Purple #660669
RGB
CMYK
RGB Variations
Color information
#660669 (or 0x660669) is known color: Purple. HEX triplet: 66, 06 and 69. RGB value is (102,6,105). Sum of RGB (Red+Green+Blue) = 102+6+105=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #660669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660669 is #99F996. Grayscale: #2D2D2D. Windows color (decimal): -10090903 or 6882918. OLE color: 6882918.
HSL color Cylindrical-coordinate representation of color #660669: hue angle of 298.18º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660669 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 6 | 105 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.59 |
| HSL | 298.18º | 0.89% | 0.22% | - |
| HSV(B) | 298.18º | 0.94% | 0.41% | - |
| XYZ | 8.09 | 3.97 | 13.71 | - |
| YUV | 45.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 105 | 0.03 | 0.94 | 0 | 0.59 | 298.18 | 0.89 | 0.22 |
| Hex | 66 | 6 | 69 | 3 | 5E | 0 | 3B | 12A | 59 | 16 |
| Octal | 146 | 6 | 151 | 3 | 136 | 0 | 73 | 452 | 131 | 26 |
| Binary | 1100110 | 110 | 1101001 | 11 | 1011110 | 0 | 111011 | 100101010 | 1011001 | 10110 |
Color Harmonies of #660669
Complementary color
Monochromatic Colors of #660669
Black with #660669
Text Example
Text Example
White with #660669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660669; }
p { color: rgb(102,6,105); }
H1.HeaderClassName
{
color: #660669;
}
.AnyTagClassName
{
color: #660669;
}
</style>
background-color css
<style>
a { background-color: #660669; }
a { background-color: rgb(102,6,105); }
div.DivClassName
{
background-color: #660669;
}
.BgClassName
{
background-color: #660669;
}
</style>
border-color css
<style>
span { border-color: #660669; }
span { border-color: rgb(102,6,105); }
td.TdClassName
{
border-color: #660669;
}
.TagClassName
{
border-color: #660669;
}
</style>