Shades of Purple #660B78
Tints of Purple #660B78
RGB
CMYK
RGB Variations
Color information
#660B78 (or 0x660B78) is known color: Purple. HEX triplet: 66, 0B and 78. RGB value is (102,11,120). Sum of RGB (Red+Green+Blue) = 102+11+120=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #660B78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B78 is #99F487. Grayscale: #323232. Windows color (decimal): -10089608 or 7867238. OLE color: 7867238.
HSL color Cylindrical-coordinate representation of color #660B78: hue angle of 290.09º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660B78 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 11 | 120 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.53 |
| HSL | 290.09º | 0.83% | 0.26% | - |
| HSV(B) | 290.09º | 0.91% | 0.47% | - |
| XYZ | 8.99 | 4.42 | 18.15 | - |
| YUV | 50.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 120 | 0.15 | 0.91 | 0 | 0.53 | 290.09 | 0.83 | 0.26 |
| Hex | 66 | B | 78 | F | 5B | 0 | 35 | 122 | 53 | 1A |
| Octal | 146 | 13 | 170 | 17 | 133 | 0 | 65 | 442 | 123 | 32 |
| Binary | 1100110 | 1011 | 1111000 | 1111 | 1011011 | 0 | 110101 | 100100010 | 1010011 | 11010 |
Color Harmonies of #660B78
Complementary color
Monochromatic Colors of #660B78
Black with #660B78
Text Example
Text Example
White with #660B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B78; }
p { color: rgb(102,11,120); }
H1.HeaderClassName
{
color: #660B78;
}
.AnyTagClassName
{
color: #660B78;
}
</style>
background-color css
<style>
a { background-color: #660B78; }
a { background-color: rgb(102,11,120); }
div.DivClassName
{
background-color: #660B78;
}
.BgClassName
{
background-color: #660B78;
}
</style>
border-color css
<style>
span { border-color: #660B78; }
span { border-color: rgb(102,11,120); }
td.TdClassName
{
border-color: #660B78;
}
.TagClassName
{
border-color: #660B78;
}
</style>