Shades of Purple #660F7B
Tints of Purple #660F7B
RGB
CMYK
RGB Variations
Color information
#660F7B (or 0x660F7B) is known color: Purple. HEX triplet: 66, 0F and 7B. RGB value is (102,15,123). Sum of RGB (Red+Green+Blue) = 102+15+123=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #660F7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F7B is #99F084. Grayscale: #343434. Windows color (decimal): -10088581 or 8064870. OLE color: 8064870.
HSL color Cylindrical-coordinate representation of color #660F7B: hue angle of 288.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660F7B is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 15 | 123 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.52 |
| HSL | 288.33º | 0.78% | 0.27% | - |
| HSV(B) | 288.33º | 0.88% | 0.48% | - |
| XYZ | 9.23 | 4.6 | 19.14 | - |
| YUV | 53.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 123 | 0.17 | 0.88 | 0 | 0.52 | 288.33 | 0.78 | 0.27 |
| Hex | 66 | F | 7B | 11 | 58 | 0 | 34 | 120 | 4E | 1B |
| Octal | 146 | 17 | 173 | 21 | 130 | 0 | 64 | 440 | 116 | 33 |
| Binary | 1100110 | 1111 | 1111011 | 10001 | 1011000 | 0 | 110100 | 100100000 | 1001110 | 11011 |
Color Harmonies of #660F7B
Complementary color
Monochromatic Colors of #660F7B
Black with #660F7B
Text Example
Text Example
White with #660F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F7B; }
p { color: rgb(102,15,123); }
H1.HeaderClassName
{
color: #660F7B;
}
.AnyTagClassName
{
color: #660F7B;
}
</style>
background-color css
<style>
a { background-color: #660F7B; }
a { background-color: rgb(102,15,123); }
div.DivClassName
{
background-color: #660F7B;
}
.BgClassName
{
background-color: #660F7B;
}
</style>
border-color css
<style>
span { border-color: #660F7B; }
span { border-color: rgb(102,15,123); }
td.TdClassName
{
border-color: #660F7B;
}
.TagClassName
{
border-color: #660F7B;
}
</style>