Shades of Purple #660170
Tints of Purple #660170
RGB
CMYK
RGB Variations
Color information
#660170 (or 0x660170) is known color: Purple. HEX triplet: 66, 01 and 70. RGB value is (102,1,112). Sum of RGB (Red+Green+Blue) = 102+1+112=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #660170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660170 is #99FE8F. Grayscale: #2B2B2B. Windows color (decimal): -10092176 or 7340390. OLE color: 7340390.
HSL color Cylindrical-coordinate representation of color #660170: hue angle of 294.59º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660170 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 1 | 112 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.56 |
| HSL | 294.59º | 0.98% | 0.22% | - |
| HSV(B) | 294.59º | 0.99% | 0.44% | - |
| XYZ | 8.41 | 4.02 | 15.66 | - |
| YUV | 43.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 112 | 0.09 | 0.99 | 0 | 0.56 | 294.59 | 0.98 | 0.22 |
| Hex | 66 | 1 | 70 | 9 | 63 | 0 | 38 | 127 | 62 | 16 |
| Octal | 146 | 1 | 160 | 11 | 143 | 0 | 70 | 447 | 142 | 26 |
| Binary | 1100110 | 1 | 1110000 | 1001 | 1100011 | 0 | 111000 | 100100111 | 1100010 | 10110 |
Color Harmonies of #660170
Complementary color
Monochromatic Colors of #660170
Black with #660170
Text Example
Text Example
White with #660170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660170; }
p { color: rgb(102,1,112); }
H1.HeaderClassName
{
color: #660170;
}
.AnyTagClassName
{
color: #660170;
}
</style>
background-color css
<style>
a { background-color: #660170; }
a { background-color: rgb(102,1,112); }
div.DivClassName
{
background-color: #660170;
}
.BgClassName
{
background-color: #660170;
}
</style>
border-color css
<style>
span { border-color: #660170; }
span { border-color: rgb(102,1,112); }
td.TdClassName
{
border-color: #660170;
}
.TagClassName
{
border-color: #660170;
}
</style>