Shades of Purple #660F73
Tints of Purple #660F73
RGB
CMYK
RGB Variations
Color information
#660F73 (or 0x660F73) is known color: Purple. HEX triplet: 66, 0F and 73. RGB value is (102,15,115). Sum of RGB (Red+Green+Blue) = 102+15+115=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #660F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F73 is #99F08C. Grayscale: #343434. Windows color (decimal): -10088589 or 7540582. OLE color: 7540582.
HSL color Cylindrical-coordinate representation of color #660F73: hue angle of 292.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660F73 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 15 | 115 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.55 |
| HSL | 292.2º | 0.77% | 0.25% | - |
| HSV(B) | 292.2º | 0.87% | 0.45% | - |
| XYZ | 8.74 | 4.4 | 16.61 | - |
| YUV | 52.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 115 | 0.11 | 0.87 | 0 | 0.55 | 292.2 | 0.77 | 0.25 |
| Hex | 66 | F | 73 | B | 57 | 0 | 37 | 124 | 4D | 19 |
| Octal | 146 | 17 | 163 | 13 | 127 | 0 | 67 | 444 | 115 | 31 |
| Binary | 1100110 | 1111 | 1110011 | 1011 | 1010111 | 0 | 110111 | 100100100 | 1001101 | 11001 |
Color Harmonies of #660F73
Complementary color
Monochromatic Colors of #660F73
Black with #660F73
Text Example
Text Example
White with #660F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F73; }
p { color: rgb(102,15,115); }
H1.HeaderClassName
{
color: #660F73;
}
.AnyTagClassName
{
color: #660F73;
}
</style>
background-color css
<style>
a { background-color: #660F73; }
a { background-color: rgb(102,15,115); }
div.DivClassName
{
background-color: #660F73;
}
.BgClassName
{
background-color: #660F73;
}
</style>
border-color css
<style>
span { border-color: #660F73; }
span { border-color: rgb(102,15,115); }
td.TdClassName
{
border-color: #660F73;
}
.TagClassName
{
border-color: #660F73;
}
</style>