Shades of Affair #7F5F8A
Tints of Affair #7F5F8A
RGB
CMYK
RGB Variations
Color information
#7F5F8A (or 0x7F5F8A) is known color: Affair. HEX triplet: 7F, 5F and 8A. RGB value is (127,95,138). Sum of RGB (Red+Green+Blue) = 127+95+138=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F5F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5F8A is #80A075. Grayscale: #6D6D6D. Windows color (decimal): -8429686 or 9068415. OLE color: 9068415.
HSL color Cylindrical-coordinate representation of color #7F5F8A: hue angle of 284.65º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F5F8A is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 95 | 138 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.46 |
| HSL | 284.65º | 0.18% | 0.46% | - |
| HSV(B) | 284.65º | 0.31% | 0.54% | - |
| XYZ | 17.43 | 14.53 | 25.93 | - |
| YUV | 109.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 138 | 0.08 | 0.31 | 0 | 0.46 | 284.65 | 0.18 | 0.46 |
| Hex | 7F | 5F | 8A | 8 | 1F | 0 | 2E | 11D | 12 | 2E |
| Octal | 177 | 137 | 212 | 10 | 37 | 0 | 56 | 435 | 22 | 56 |
| Binary | 1111111 | 1011111 | 10001010 | 1000 | 11111 | 0 | 101110 | 100011101 | 10010 | 101110 |
Color Harmonies of #7F5F8A
Complementary color
Monochromatic Colors of #7F5F8A
Black with #7F5F8A
Text Example
Text Example
White with #7F5F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5F8A; }
p { color: rgb(127,95,138); }
H1.HeaderClassName
{
color: #7F5F8A;
}
.AnyTagClassName
{
color: #7F5F8A;
}
</style>
background-color css
<style>
a { background-color: #7F5F8A; }
a { background-color: rgb(127,95,138); }
div.DivClassName
{
background-color: #7F5F8A;
}
.BgClassName
{
background-color: #7F5F8A;
}
</style>
border-color css
<style>
span { border-color: #7F5F8A; }
span { border-color: rgb(127,95,138); }
td.TdClassName
{
border-color: #7F5F8A;
}
.TagClassName
{
border-color: #7F5F8A;
}
</style>