Shades of Purple #660270
Tints of Purple #660270
RGB
CMYK
RGB Variations
Color information
#660270 (or 0x660270) is known color: Purple. HEX triplet: 66, 02 and 70. RGB value is (102,2,112). Sum of RGB (Red+Green+Blue) = 102+2+112=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #660270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660270 is #99FD8F. Grayscale: #2C2C2C. Windows color (decimal): -10091920 or 7340646. OLE color: 7340646.
HSL color Cylindrical-coordinate representation of color #660270: hue angle of 294.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660270 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 2 | 112 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.56 |
| HSL | 294.55º | 0.96% | 0.22% | - |
| HSV(B) | 294.55º | 0.98% | 0.44% | - |
| XYZ | 8.43 | 4.04 | 15.66 | - |
| YUV | 44.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 112 | 0.09 | 0.98 | 0 | 0.56 | 294.55 | 0.96 | 0.22 |
| Hex | 66 | 2 | 70 | 9 | 62 | 0 | 38 | 127 | 60 | 16 |
| Octal | 146 | 2 | 160 | 11 | 142 | 0 | 70 | 447 | 140 | 26 |
| Binary | 1100110 | 10 | 1110000 | 1001 | 1100010 | 0 | 111000 | 100100111 | 1100000 | 10110 |
Color Harmonies of #660270
Complementary color
Monochromatic Colors of #660270
Black with #660270
Text Example
Text Example
White with #660270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660270; }
p { color: rgb(102,2,112); }
H1.HeaderClassName
{
color: #660270;
}
.AnyTagClassName
{
color: #660270;
}
</style>
background-color css
<style>
a { background-color: #660270; }
a { background-color: rgb(102,2,112); }
div.DivClassName
{
background-color: #660270;
}
.BgClassName
{
background-color: #660270;
}
</style>
border-color css
<style>
span { border-color: #660270; }
span { border-color: rgb(102,2,112); }
td.TdClassName
{
border-color: #660270;
}
.TagClassName
{
border-color: #660270;
}
</style>