Shades of Affair #725C85
Tints of Affair #725C85
RGB
CMYK
RGB Variations
Color information
#725C85 (or 0x725C85) is known color: Affair. HEX triplet: 72, 5C and 85. RGB value is (114,92,133). Sum of RGB (Red+Green+Blue) = 114+92+133=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #725C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C85 is #8DA37A. Grayscale: #676767. Windows color (decimal): -9282427 or 8739954. OLE color: 8739954.
HSL color Cylindrical-coordinate representation of color #725C85: hue angle of 272.2º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #725C85 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 92 | 133 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.48 |
| HSL | 272.2º | 0.18% | 0.44% | - |
| HSV(B) | 272.2º | 0.31% | 0.52% | - |
| XYZ | 15 | 12.93 | 23.89 | - |
| YUV | 103.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 133 | 0.14 | 0.31 | 0 | 0.48 | 272.2 | 0.18 | 0.44 |
| Hex | 72 | 5C | 85 | E | 1F | 0 | 30 | 110 | 12 | 2C |
| Octal | 162 | 134 | 205 | 16 | 37 | 0 | 60 | 420 | 22 | 54 |
| Binary | 1110010 | 1011100 | 10000101 | 1110 | 11111 | 0 | 110000 | 100010000 | 10010 | 101100 |
Color Harmonies of #725C85
Complementary color
Monochromatic Colors of #725C85
Black with #725C85
Text Example
Text Example
White with #725C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C85; }
p { color: rgb(114,92,133); }
H1.HeaderClassName
{
color: #725C85;
}
.AnyTagClassName
{
color: #725C85;
}
</style>
background-color css
<style>
a { background-color: #725C85; }
a { background-color: rgb(114,92,133); }
div.DivClassName
{
background-color: #725C85;
}
.BgClassName
{
background-color: #725C85;
}
</style>
border-color css
<style>
span { border-color: #725C85; }
span { border-color: rgb(114,92,133); }
td.TdClassName
{
border-color: #725C85;
}
.TagClassName
{
border-color: #725C85;
}
</style>