Shades of Affair #7F548C
Tints of Affair #7F548C
RGB
CMYK
RGB Variations
Color information
#7F548C (or 0x7F548C) is known color: Affair. HEX triplet: 7F, 54 and 8C. RGB value is (127,84,140). Sum of RGB (Red+Green+Blue) = 127+84+140=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F548C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F548C is #80AB73. Grayscale: #676767. Windows color (decimal): -8432500 or 9196671. OLE color: 9196671.
HSL color Cylindrical-coordinate representation of color #7F548C: hue angle of 286.07º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F548C is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 84 | 140 | - |
| CMYK | 0.09 | 0.4 | 0 | 0.45 |
| HSL | 286.07º | 0.25% | 0.44% | - |
| HSV(B) | 286.07º | 0.4% | 0.55% | - |
| XYZ | 16.66 | 12.75 | 26.39 | - |
| YUV | 103.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 140 | 0.09 | 0.4 | 0 | 0.45 | 286.07 | 0.25 | 0.44 |
| Hex | 7F | 54 | 8C | 9 | 28 | 0 | 2D | 11E | 19 | 2C |
| Octal | 177 | 124 | 214 | 11 | 50 | 0 | 55 | 436 | 31 | 54 |
| Binary | 1111111 | 1010100 | 10001100 | 1001 | 101000 | 0 | 101101 | 100011110 | 11001 | 101100 |
Color Harmonies of #7F548C
Complementary color
Monochromatic Colors of #7F548C
Black with #7F548C
Text Example
Text Example
White with #7F548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F548C; }
p { color: rgb(127,84,140); }
H1.HeaderClassName
{
color: #7F548C;
}
.AnyTagClassName
{
color: #7F548C;
}
</style>
background-color css
<style>
a { background-color: #7F548C; }
a { background-color: rgb(127,84,140); }
div.DivClassName
{
background-color: #7F548C;
}
.BgClassName
{
background-color: #7F548C;
}
</style>
border-color css
<style>
span { border-color: #7F548C; }
span { border-color: rgb(127,84,140); }
td.TdClassName
{
border-color: #7F548C;
}
.TagClassName
{
border-color: #7F548C;
}
</style>