Shades of Affair #724B82
Tints of Affair #724B82
RGB
CMYK
RGB Variations
Color information
#724B82 (or 0x724B82) is known color: Affair. HEX triplet: 72, 4B and 82. RGB value is (114,75,130). Sum of RGB (Red+Green+Blue) = 114+75+130=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #724B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B82 is #8DB47D. Grayscale: #5C5C5C. Windows color (decimal): -9286782 or 8538994. OLE color: 8538994.
HSL color Cylindrical-coordinate representation of color #724B82: hue angle of 282.55º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724B82 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 75 | 130 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.49 |
| HSL | 282.55º | 0.27% | 0.4% | - |
| HSV(B) | 282.55º | 0.42% | 0.51% | - |
| XYZ | 13.48 | 10.22 | 22.38 | - |
| YUV | 92.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 130 | 0.12 | 0.42 | 0 | 0.49 | 282.55 | 0.27 | 0.4 |
| Hex | 72 | 4B | 82 | C | 2A | 0 | 31 | 11B | 1B | 28 |
| Octal | 162 | 113 | 202 | 14 | 52 | 0 | 61 | 433 | 33 | 50 |
| Binary | 1110010 | 1001011 | 10000010 | 1100 | 101010 | 0 | 110001 | 100011011 | 11011 | 101000 |
Color Harmonies of #724B82
Complementary color
Monochromatic Colors of #724B82
Black with #724B82
Text Example
Text Example
White with #724B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B82; }
p { color: rgb(114,75,130); }
H1.HeaderClassName
{
color: #724B82;
}
.AnyTagClassName
{
color: #724B82;
}
</style>
background-color css
<style>
a { background-color: #724B82; }
a { background-color: rgb(114,75,130); }
div.DivClassName
{
background-color: #724B82;
}
.BgClassName
{
background-color: #724B82;
}
</style>
border-color css
<style>
span { border-color: #724B82; }
span { border-color: rgb(114,75,130); }
td.TdClassName
{
border-color: #724B82;
}
.TagClassName
{
border-color: #724B82;
}
</style>