Shades of Purple #660975
Tints of Purple #660975
RGB
CMYK
RGB Variations
Color information
#660975 (or 0x660975) is known color: Purple. HEX triplet: 66, 09 and 75. RGB value is (102,9,117). Sum of RGB (Red+Green+Blue) = 102+9+117=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #660975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660975 is #99F68A. Grayscale: #303030. Windows color (decimal): -10090123 or 7670118. OLE color: 7670118.
HSL color Cylindrical-coordinate representation of color #660975: hue angle of 291.67º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660975 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 9 | 117 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.54 |
| HSL | 291.67º | 0.86% | 0.25% | - |
| HSV(B) | 291.67º | 0.92% | 0.46% | - |
| XYZ | 8.79 | 4.3 | 17.2 | - |
| YUV | 49.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 117 | 0.13 | 0.92 | 0 | 0.54 | 291.67 | 0.86 | 0.25 |
| Hex | 66 | 9 | 75 | D | 5C | 0 | 36 | 124 | 56 | 19 |
| Octal | 146 | 11 | 165 | 15 | 134 | 0 | 66 | 444 | 126 | 31 |
| Binary | 1100110 | 1001 | 1110101 | 1101 | 1011100 | 0 | 110110 | 100100100 | 1010110 | 11001 |
Color Harmonies of #660975
Complementary color
Monochromatic Colors of #660975
Black with #660975
Text Example
Text Example
White with #660975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660975; }
p { color: rgb(102,9,117); }
H1.HeaderClassName
{
color: #660975;
}
.AnyTagClassName
{
color: #660975;
}
</style>
background-color css
<style>
a { background-color: #660975; }
a { background-color: rgb(102,9,117); }
div.DivClassName
{
background-color: #660975;
}
.BgClassName
{
background-color: #660975;
}
</style>
border-color css
<style>
span { border-color: #660975; }
span { border-color: rgb(102,9,117); }
td.TdClassName
{
border-color: #660975;
}
.TagClassName
{
border-color: #660975;
}
</style>