Shades of Affair #714D90
Tints of Affair #714D90
RGB
CMYK
RGB Variations
Color information
#714D90 (or 0x714D90) is known color: Affair. HEX triplet: 71, 4D and 90. RGB value is (113,77,144). Sum of RGB (Red+Green+Blue) = 113+77+144=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #714D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D90 is #8EB26F. Grayscale: #5F5F5F. Windows color (decimal): -9351792 or 9457009. OLE color: 9457009.
HSL color Cylindrical-coordinate representation of color #714D90: hue angle of 272.24º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #714D90 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 77 | 144 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.44 |
| HSL | 272.24º | 0.3% | 0.43% | - |
| HSV(B) | 272.24º | 0.47% | 0.56% | - |
| XYZ | 14.5 | 10.83 | 27.71 | - |
| YUV | 95.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 144 | 0.22 | 0.47 | 0 | 0.44 | 272.24 | 0.3 | 0.43 |
| Hex | 71 | 4D | 90 | 16 | 2F | 0 | 2C | 110 | 1E | 2B |
| Octal | 161 | 115 | 220 | 26 | 57 | 0 | 54 | 420 | 36 | 53 |
| Binary | 1110001 | 1001101 | 10010000 | 10110 | 101111 | 0 | 101100 | 100010000 | 11110 | 101011 |
Color Harmonies of #714D90
Complementary color
Monochromatic Colors of #714D90
Black with #714D90
Text Example
Text Example
White with #714D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D90; }
p { color: rgb(113,77,144); }
H1.HeaderClassName
{
color: #714D90;
}
.AnyTagClassName
{
color: #714D90;
}
</style>
background-color css
<style>
a { background-color: #714D90; }
a { background-color: rgb(113,77,144); }
div.DivClassName
{
background-color: #714D90;
}
.BgClassName
{
background-color: #714D90;
}
</style>
border-color css
<style>
span { border-color: #714D90; }
span { border-color: rgb(113,77,144); }
td.TdClassName
{
border-color: #714D90;
}
.TagClassName
{
border-color: #714D90;
}
</style>