Shades of Affair #72528D
Tints of Affair #72528D
RGB
CMYK
RGB Variations
Color information
#72528D (or 0x72528D) is known color: Affair. HEX triplet: 72, 52 and 8D. RGB value is (114,82,141). Sum of RGB (Red+Green+Blue) = 114+82+141=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #72528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72528D is #8DAD72. Grayscale: #626262. Windows color (decimal): -9284979 or 9261682. OLE color: 9261682.
HSL color Cylindrical-coordinate representation of color #72528D: hue angle of 272.54º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72528D is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 82 | 141 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.45 |
| HSL | 272.54º | 0.26% | 0.44% | - |
| HSV(B) | 272.54º | 0.42% | 0.55% | - |
| XYZ | 14.76 | 11.54 | 26.65 | - |
| YUV | 98.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 141 | 0.19 | 0.42 | 0 | 0.45 | 272.54 | 0.26 | 0.44 |
| Hex | 72 | 52 | 8D | 13 | 2A | 0 | 2D | 111 | 1A | 2C |
| Octal | 162 | 122 | 215 | 23 | 52 | 0 | 55 | 421 | 32 | 54 |
| Binary | 1110010 | 1010010 | 10001101 | 10011 | 101010 | 0 | 101101 | 100010001 | 11010 | 101100 |
Color Harmonies of #72528D
Complementary color
Monochromatic Colors of #72528D
Black with #72528D
Text Example
Text Example
White with #72528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72528D; }
p { color: rgb(114,82,141); }
H1.HeaderClassName
{
color: #72528D;
}
.AnyTagClassName
{
color: #72528D;
}
</style>
background-color css
<style>
a { background-color: #72528D; }
a { background-color: rgb(114,82,141); }
div.DivClassName
{
background-color: #72528D;
}
.BgClassName
{
background-color: #72528D;
}
</style>
border-color css
<style>
span { border-color: #72528D; }
span { border-color: rgb(114,82,141); }
td.TdClassName
{
border-color: #72528D;
}
.TagClassName
{
border-color: #72528D;
}
</style>