Shades of Affair #723E8D
Tints of Affair #723E8D
RGB
CMYK
RGB Variations
Color information
#723E8D (or 0x723E8D) is known color: Affair. HEX triplet: 72, 3E and 8D. RGB value is (114,62,141). Sum of RGB (Red+Green+Blue) = 114+62+141=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #723E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723E8D is #8DC172. Grayscale: #565656. Windows color (decimal): -9290099 or 9256562. OLE color: 9256562.
HSL color Cylindrical-coordinate representation of color #723E8D: hue angle of 279.49º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723E8D is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 62 | 141 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.45 |
| HSL | 279.49º | 0.39% | 0.4% | - |
| HSV(B) | 279.49º | 0.56% | 0.55% | - |
| XYZ | 13.47 | 8.95 | 26.22 | - |
| YUV | 86.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 141 | 0.19 | 0.56 | 0 | 0.45 | 279.49 | 0.39 | 0.4 |
| Hex | 72 | 3E | 8D | 13 | 38 | 0 | 2D | 117 | 27 | 28 |
| Octal | 162 | 76 | 215 | 23 | 70 | 0 | 55 | 427 | 47 | 50 |
| Binary | 1110010 | 111110 | 10001101 | 10011 | 111000 | 0 | 101101 | 100010111 | 100111 | 101000 |
Color Harmonies of #723E8D
Complementary color
Monochromatic Colors of #723E8D
Black with #723E8D
Text Example
Text Example
White with #723E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723E8D; }
p { color: rgb(114,62,141); }
H1.HeaderClassName
{
color: #723E8D;
}
.AnyTagClassName
{
color: #723E8D;
}
</style>
background-color css
<style>
a { background-color: #723E8D; }
a { background-color: rgb(114,62,141); }
div.DivClassName
{
background-color: #723E8D;
}
.BgClassName
{
background-color: #723E8D;
}
</style>
border-color css
<style>
span { border-color: #723E8D; }
span { border-color: rgb(114,62,141); }
td.TdClassName
{
border-color: #723E8D;
}
.TagClassName
{
border-color: #723E8D;
}
</style>