Shades of Affair #725C87
Tints of Affair #725C87
RGB
CMYK
RGB Variations
Color information
#725C87 (or 0x725C87) is known color: Affair. HEX triplet: 72, 5C and 87. RGB value is (114,92,135). Sum of RGB (Red+Green+Blue) = 114+92+135=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #725C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C87 is #8DA378. Grayscale: #676767. Windows color (decimal): -9282425 or 8871026. OLE color: 8871026.
HSL color Cylindrical-coordinate representation of color #725C87: hue angle of 270.7º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #725C87 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 92 | 135 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.47 |
| HSL | 270.7º | 0.19% | 0.45% | - |
| HSV(B) | 270.7º | 0.32% | 0.53% | - |
| XYZ | 15.14 | 12.98 | 24.63 | - |
| YUV | 103.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 135 | 0.16 | 0.32 | 0 | 0.47 | 270.7 | 0.19 | 0.45 |
| Hex | 72 | 5C | 87 | 10 | 20 | 0 | 2F | 10F | 13 | 2D |
| Octal | 162 | 134 | 207 | 20 | 40 | 0 | 57 | 417 | 23 | 55 |
| Binary | 1110010 | 1011100 | 10000111 | 10000 | 100000 | 0 | 101111 | 100001111 | 10011 | 101101 |
Color Harmonies of #725C87
Complementary color
Monochromatic Colors of #725C87
Black with #725C87
Text Example
Text Example
White with #725C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C87; }
p { color: rgb(114,92,135); }
H1.HeaderClassName
{
color: #725C87;
}
.AnyTagClassName
{
color: #725C87;
}
</style>
background-color css
<style>
a { background-color: #725C87; }
a { background-color: rgb(114,92,135); }
div.DivClassName
{
background-color: #725C87;
}
.BgClassName
{
background-color: #725C87;
}
</style>
border-color css
<style>
span { border-color: #725C87; }
span { border-color: rgb(114,92,135); }
td.TdClassName
{
border-color: #725C87;
}
.TagClassName
{
border-color: #725C87;
}
</style>