Shades of Affair #7E628F
Tints of Affair #7E628F
RGB
CMYK
RGB Variations
Color information
#7E628F (or 0x7E628F) is known color: Affair. HEX triplet: 7E, 62 and 8F. RGB value is (126,98,143). Sum of RGB (Red+Green+Blue) = 126+98+143=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E628F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E628F is #819D70. Grayscale: #6F6F6F. Windows color (decimal): -8494449 or 9396862. OLE color: 9396862.
HSL color Cylindrical-coordinate representation of color #7E628F: hue angle of 277.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E628F is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 98 | 143 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.44 |
| HSL | 277.33º | 0.19% | 0.47% | - |
| HSV(B) | 277.33º | 0.31% | 0.56% | - |
| XYZ | 17.93 | 15.15 | 27.97 | - |
| YUV | 111.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 143 | 0.12 | 0.31 | 0 | 0.44 | 277.33 | 0.19 | 0.47 |
| Hex | 7E | 62 | 8F | C | 1F | 0 | 2C | 115 | 13 | 2F |
| Octal | 176 | 142 | 217 | 14 | 37 | 0 | 54 | 425 | 23 | 57 |
| Binary | 1111110 | 1100010 | 10001111 | 1100 | 11111 | 0 | 101100 | 100010101 | 10011 | 101111 |
Color Harmonies of #7E628F
Complementary color
Monochromatic Colors of #7E628F
Black with #7E628F
Text Example
Text Example
White with #7E628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E628F; }
p { color: rgb(126,98,143); }
H1.HeaderClassName
{
color: #7E628F;
}
.AnyTagClassName
{
color: #7E628F;
}
</style>
background-color css
<style>
a { background-color: #7E628F; }
a { background-color: rgb(126,98,143); }
div.DivClassName
{
background-color: #7E628F;
}
.BgClassName
{
background-color: #7E628F;
}
</style>
border-color css
<style>
span { border-color: #7E628F; }
span { border-color: rgb(126,98,143); }
td.TdClassName
{
border-color: #7E628F;
}
.TagClassName
{
border-color: #7E628F;
}
</style>