Shades of Purple #660D78
Tints of Purple #660D78
RGB
CMYK
RGB Variations
Color information
#660D78 (or 0x660D78) is known color: Purple. HEX triplet: 66, 0D and 78. RGB value is (102,13,120). Sum of RGB (Red+Green+Blue) = 102+13+120=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #660D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D78 is #99F287. Grayscale: #333333. Windows color (decimal): -10089096 or 7867750. OLE color: 7867750.
HSL color Cylindrical-coordinate representation of color #660D78: hue angle of 289.91º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660D78 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 13 | 120 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.53 |
| HSL | 289.91º | 0.8% | 0.26% | - |
| HSV(B) | 289.91º | 0.89% | 0.47% | - |
| XYZ | 9.01 | 4.47 | 18.16 | - |
| YUV | 51.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 120 | 0.15 | 0.89 | 0 | 0.53 | 289.91 | 0.8 | 0.26 |
| Hex | 66 | D | 78 | F | 59 | 0 | 35 | 122 | 50 | 1A |
| Octal | 146 | 15 | 170 | 17 | 131 | 0 | 65 | 442 | 120 | 32 |
| Binary | 1100110 | 1101 | 1111000 | 1111 | 1011001 | 0 | 110101 | 100100010 | 1010000 | 11010 |
Color Harmonies of #660D78
Complementary color
Monochromatic Colors of #660D78
Black with #660D78
Text Example
Text Example
White with #660D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D78; }
p { color: rgb(102,13,120); }
H1.HeaderClassName
{
color: #660D78;
}
.AnyTagClassName
{
color: #660D78;
}
</style>
background-color css
<style>
a { background-color: #660D78; }
a { background-color: rgb(102,13,120); }
div.DivClassName
{
background-color: #660D78;
}
.BgClassName
{
background-color: #660D78;
}
</style>
border-color css
<style>
span { border-color: #660D78; }
span { border-color: rgb(102,13,120); }
td.TdClassName
{
border-color: #660D78;
}
.TagClassName
{
border-color: #660D78;
}
</style>