Shades of Purple #660578
Tints of Purple #660578
RGB
CMYK
RGB Variations
Color information
#660578 (or 0x660578) is known color: Purple. HEX triplet: 66, 05 and 78. RGB value is (102,5,120). Sum of RGB (Red+Green+Blue) = 102+5+120=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #660578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660578 is #99FA87. Grayscale: #2E2E2E. Windows color (decimal): -10091144 or 7865702. OLE color: 7865702.
HSL color Cylindrical-coordinate representation of color #660578: hue angle of 290.61º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660578 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 5 | 120 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.53 |
| HSL | 290.61º | 0.92% | 0.25% | - |
| HSV(B) | 290.61º | 0.96% | 0.47% | - |
| XYZ | 8.92 | 4.29 | 18.13 | - |
| YUV | 47.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 120 | 0.15 | 0.96 | 0 | 0.53 | 290.61 | 0.92 | 0.25 |
| Hex | 66 | 5 | 78 | F | 60 | 0 | 35 | 123 | 5C | 19 |
| Octal | 146 | 5 | 170 | 17 | 140 | 0 | 65 | 443 | 134 | 31 |
| Binary | 1100110 | 101 | 1111000 | 1111 | 1100000 | 0 | 110101 | 100100011 | 1011100 | 11001 |
Color Harmonies of #660578
Complementary color
Monochromatic Colors of #660578
Black with #660578
Text Example
Text Example
White with #660578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660578; }
p { color: rgb(102,5,120); }
H1.HeaderClassName
{
color: #660578;
}
.AnyTagClassName
{
color: #660578;
}
</style>
background-color css
<style>
a { background-color: #660578; }
a { background-color: rgb(102,5,120); }
div.DivClassName
{
background-color: #660578;
}
.BgClassName
{
background-color: #660578;
}
</style>
border-color css
<style>
span { border-color: #660578; }
span { border-color: rgb(102,5,120); }
td.TdClassName
{
border-color: #660578;
}
.TagClassName
{
border-color: #660578;
}
</style>