Shades of Affair #7C608F
Tints of Affair #7C608F
RGB
CMYK
RGB Variations
Color information
#7C608F (or 0x7C608F) is known color: Affair. HEX triplet: 7C, 60 and 8F. RGB value is (124,96,143). Sum of RGB (Red+Green+Blue) = 124+96+143=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C608F is #839F70. Grayscale: #6D6D6D. Windows color (decimal): -8626033 or 9396348. OLE color: 9396348.
HSL color Cylindrical-coordinate representation of color #7C608F: hue angle of 275.74º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C608F is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 96 | 143 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.44 |
| HSL | 275.74º | 0.2% | 0.47% | - |
| HSV(B) | 275.74º | 0.33% | 0.56% | - |
| XYZ | 17.45 | 14.63 | 27.89 | - |
| YUV | 109.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 143 | 0.13 | 0.33 | 0 | 0.44 | 275.74 | 0.2 | 0.47 |
| Hex | 7C | 60 | 8F | D | 21 | 0 | 2C | 114 | 14 | 2F |
| Octal | 174 | 140 | 217 | 15 | 41 | 0 | 54 | 424 | 24 | 57 |
| Binary | 1111100 | 1100000 | 10001111 | 1101 | 100001 | 0 | 101100 | 100010100 | 10100 | 101111 |
Color Harmonies of #7C608F
Complementary color
Monochromatic Colors of #7C608F
Black with #7C608F
Text Example
Text Example
White with #7C608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C608F; }
p { color: rgb(124,96,143); }
H1.HeaderClassName
{
color: #7C608F;
}
.AnyTagClassName
{
color: #7C608F;
}
</style>
background-color css
<style>
a { background-color: #7C608F; }
a { background-color: rgb(124,96,143); }
div.DivClassName
{
background-color: #7C608F;
}
.BgClassName
{
background-color: #7C608F;
}
</style>
border-color css
<style>
span { border-color: #7C608F; }
span { border-color: rgb(124,96,143); }
td.TdClassName
{
border-color: #7C608F;
}
.TagClassName
{
border-color: #7C608F;
}
</style>