Shades of Affair #72518C
Tints of Affair #72518C
RGB
CMYK
RGB Variations
Color information
#72518C (or 0x72518C) is known color: Affair. HEX triplet: 72, 51 and 8C. RGB value is (114,81,140). Sum of RGB (Red+Green+Blue) = 114+81+140=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #72518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72518C is #8DAE73. Grayscale: #616161. Windows color (decimal): -9285236 or 9195890. OLE color: 9195890.
HSL color Cylindrical-coordinate representation of color #72518C: hue angle of 273.56º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72518C is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 81 | 140 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.45 |
| HSL | 273.56º | 0.27% | 0.43% | - |
| HSV(B) | 273.56º | 0.42% | 0.55% | - |
| XYZ | 14.62 | 11.36 | 26.23 | - |
| YUV | 97.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 140 | 0.19 | 0.42 | 0 | 0.45 | 273.56 | 0.27 | 0.43 |
| Hex | 72 | 51 | 8C | 13 | 2A | 0 | 2D | 112 | 1B | 2B |
| Octal | 162 | 121 | 214 | 23 | 52 | 0 | 55 | 422 | 33 | 53 |
| Binary | 1110010 | 1010001 | 10001100 | 10011 | 101010 | 0 | 101101 | 100010010 | 11011 | 101011 |
Color Harmonies of #72518C
Complementary color
Monochromatic Colors of #72518C
Black with #72518C
Text Example
Text Example
White with #72518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72518C; }
p { color: rgb(114,81,140); }
H1.HeaderClassName
{
color: #72518C;
}
.AnyTagClassName
{
color: #72518C;
}
</style>
background-color css
<style>
a { background-color: #72518C; }
a { background-color: rgb(114,81,140); }
div.DivClassName
{
background-color: #72518C;
}
.BgClassName
{
background-color: #72518C;
}
</style>
border-color css
<style>
span { border-color: #72518C; }
span { border-color: rgb(114,81,140); }
td.TdClassName
{
border-color: #72518C;
}
.TagClassName
{
border-color: #72518C;
}
</style>