Shades of Affair #713F88
Tints of Affair #713F88
RGB
CMYK
RGB Variations
Color information
#713F88 (or 0x713F88) is known color: Affair. HEX triplet: 71, 3F and 88. RGB value is (113,63,136). Sum of RGB (Red+Green+Blue) = 113+63+136=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #713F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713F88 is #8EC077. Grayscale: #565656. Windows color (decimal): -9355384 or 8929137. OLE color: 8929137.
HSL color Cylindrical-coordinate representation of color #713F88: hue angle of 281.1º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #713F88 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 63 | 136 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.47 |
| HSL | 281.1º | 0.37% | 0.39% | - |
| HSV(B) | 281.1º | 0.54% | 0.53% | - |
| XYZ | 13.03 | 8.84 | 24.31 | - |
| YUV | 86.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 136 | 0.17 | 0.54 | 0 | 0.47 | 281.1 | 0.37 | 0.39 |
| Hex | 71 | 3F | 88 | 11 | 36 | 0 | 2F | 119 | 25 | 27 |
| Octal | 161 | 77 | 210 | 21 | 66 | 0 | 57 | 431 | 45 | 47 |
| Binary | 1110001 | 111111 | 10001000 | 10001 | 110110 | 0 | 101111 | 100011001 | 100101 | 100111 |
Color Harmonies of #713F88
Complementary color
Monochromatic Colors of #713F88
Black with #713F88
Text Example
Text Example
White with #713F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F88; }
p { color: rgb(113,63,136); }
H1.HeaderClassName
{
color: #713F88;
}
.AnyTagClassName
{
color: #713F88;
}
</style>
background-color css
<style>
a { background-color: #713F88; }
a { background-color: rgb(113,63,136); }
div.DivClassName
{
background-color: #713F88;
}
.BgClassName
{
background-color: #713F88;
}
</style>
border-color css
<style>
span { border-color: #713F88; }
span { border-color: rgb(113,63,136); }
td.TdClassName
{
border-color: #713F88;
}
.TagClassName
{
border-color: #713F88;
}
</style>