Shades of Affair #72557F
Tints of Affair #72557F
RGB
CMYK
RGB Variations
Color information
#72557F (or 0x72557F) is known color: Affair. HEX triplet: 72, 55 and 7F. RGB value is (114,85,127). Sum of RGB (Red+Green+Blue) = 114+85+127=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #72557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72557F is #8DAA80. Grayscale: #626262. Windows color (decimal): -9284225 or 8344946. OLE color: 8344946.
HSL color Cylindrical-coordinate representation of color #72557F: hue angle of 281.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72557F is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 85 | 127 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.50 |
| HSL | 281.43º | 0.2% | 0.42% | - |
| HSV(B) | 281.43º | 0.33% | 0.5% | - |
| XYZ | 14.02 | 11.61 | 21.58 | - |
| YUV | 98.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 127 | 0.10 | 0.33 | 0 | 0.50 | 281.43 | 0.2 | 0.42 |
| Hex | 72 | 55 | 7F | A | 21 | 0 | 32 | 119 | 14 | 2A |
| Octal | 162 | 125 | 177 | 12 | 41 | 0 | 62 | 431 | 24 | 52 |
| Binary | 1110010 | 1010101 | 1111111 | 1010 | 100001 | 0 | 110010 | 100011001 | 10100 | 101010 |
Color Harmonies of #72557F
Complementary color
Monochromatic Colors of #72557F
Black with #72557F
Text Example
Text Example
White with #72557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72557F; }
p { color: rgb(114,85,127); }
H1.HeaderClassName
{
color: #72557F;
}
.AnyTagClassName
{
color: #72557F;
}
</style>
background-color css
<style>
a { background-color: #72557F; }
a { background-color: rgb(114,85,127); }
div.DivClassName
{
background-color: #72557F;
}
.BgClassName
{
background-color: #72557F;
}
</style>
border-color css
<style>
span { border-color: #72557F; }
span { border-color: rgb(114,85,127); }
td.TdClassName
{
border-color: #72557F;
}
.TagClassName
{
border-color: #72557F;
}
</style>