Shades of Affair #725C84
Tints of Affair #725C84
RGB
CMYK
RGB Variations
Color information
#725C84 (or 0x725C84) is known color: Affair. HEX triplet: 72, 5C and 84. RGB value is (114,92,132). Sum of RGB (Red+Green+Blue) = 114+92+132=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #725C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C84 is #8DA37B. Grayscale: #666666. Windows color (decimal): -9282428 or 8674418. OLE color: 8674418.
HSL color Cylindrical-coordinate representation of color #725C84: hue angle of 273º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725C84 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 92 | 132 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.48 |
| HSL | 273º | 0.18% | 0.44% | - |
| HSV(B) | 273º | 0.3% | 0.52% | - |
| XYZ | 14.93 | 12.9 | 23.53 | - |
| YUV | 103.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 132 | 0.14 | 0.30 | 0 | 0.48 | 273 | 0.18 | 0.44 |
| Hex | 72 | 5C | 84 | E | 1E | 0 | 30 | 111 | 12 | 2C |
| Octal | 162 | 134 | 204 | 16 | 36 | 0 | 60 | 421 | 22 | 54 |
| Binary | 1110010 | 1011100 | 10000100 | 1110 | 11110 | 0 | 110000 | 100010001 | 10010 | 101100 |
Color Harmonies of #725C84
Complementary color
Monochromatic Colors of #725C84
Black with #725C84
Text Example
Text Example
White with #725C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C84; }
p { color: rgb(114,92,132); }
H1.HeaderClassName
{
color: #725C84;
}
.AnyTagClassName
{
color: #725C84;
}
</style>
background-color css
<style>
a { background-color: #725C84; }
a { background-color: rgb(114,92,132); }
div.DivClassName
{
background-color: #725C84;
}
.BgClassName
{
background-color: #725C84;
}
</style>
border-color css
<style>
span { border-color: #725C84; }
span { border-color: rgb(114,92,132); }
td.TdClassName
{
border-color: #725C84;
}
.TagClassName
{
border-color: #725C84;
}
</style>