Shades of Purple #660280
Tints of Purple #660280
RGB
CMYK
RGB Variations
Color information
#660280 (or 0x660280) is known color: Purple. HEX triplet: 66, 02 and 80. RGB value is (102,2,128). Sum of RGB (Red+Green+Blue) = 102+2+128=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #660280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660280 is #99FD7F. Grayscale: #2D2D2D. Windows color (decimal): -10091904 or 8389222. OLE color: 8389222.
HSL color Cylindrical-coordinate representation of color #660280: hue angle of 287.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660280 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 2 | 128 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.50 |
| HSL | 287.62º | 0.97% | 0.25% | - |
| HSV(B) | 287.62º | 0.98% | 0.5% | - |
| XYZ | 9.4 | 4.43 | 20.78 | - |
| YUV | 46.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 128 | 0.20 | 0.98 | 0 | 0.50 | 287.62 | 0.97 | 0.25 |
| Hex | 66 | 2 | 80 | 14 | 62 | 0 | 32 | 120 | 61 | 19 |
| Octal | 146 | 2 | 200 | 24 | 142 | 0 | 62 | 440 | 141 | 31 |
| Binary | 1100110 | 10 | 10000000 | 10100 | 1100010 | 0 | 110010 | 100100000 | 1100001 | 11001 |
Color Harmonies of #660280
Complementary color
Monochromatic Colors of #660280
Black with #660280
Text Example
Text Example
White with #660280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660280; }
p { color: rgb(102,2,128); }
H1.HeaderClassName
{
color: #660280;
}
.AnyTagClassName
{
color: #660280;
}
</style>
background-color css
<style>
a { background-color: #660280; }
a { background-color: rgb(102,2,128); }
div.DivClassName
{
background-color: #660280;
}
.BgClassName
{
background-color: #660280;
}
</style>
border-color css
<style>
span { border-color: #660280; }
span { border-color: rgb(102,2,128); }
td.TdClassName
{
border-color: #660280;
}
.TagClassName
{
border-color: #660280;
}
</style>