Shades of Affair #72547B
Tints of Affair #72547B
RGB
CMYK
RGB Variations
Color information
#72547B (or 0x72547B) is known color: Affair. HEX triplet: 72, 54 and 7B. RGB value is (114,84,123). Sum of RGB (Red+Green+Blue) = 114+84+123=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #72547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72547B is #8DAB84. Grayscale: #616161. Windows color (decimal): -9284485 or 8082546. OLE color: 8082546.
HSL color Cylindrical-coordinate representation of color #72547B: hue angle of 286.15º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72547B is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 84 | 123 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.52 |
| HSL | 286.15º | 0.19% | 0.41% | - |
| HSV(B) | 286.15º | 0.32% | 0.48% | - |
| XYZ | 13.68 | 11.35 | 20.21 | - |
| YUV | 97.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 123 | 0.07 | 0.32 | 0 | 0.52 | 286.15 | 0.19 | 0.41 |
| Hex | 72 | 54 | 7B | 7 | 20 | 0 | 34 | 11E | 13 | 29 |
| Octal | 162 | 124 | 173 | 7 | 40 | 0 | 64 | 436 | 23 | 51 |
| Binary | 1110010 | 1010100 | 1111011 | 111 | 100000 | 0 | 110100 | 100011110 | 10011 | 101001 |
Color Harmonies of #72547B
Complementary color
Monochromatic Colors of #72547B
Black with #72547B
Text Example
Text Example
White with #72547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72547B; }
p { color: rgb(114,84,123); }
H1.HeaderClassName
{
color: #72547B;
}
.AnyTagClassName
{
color: #72547B;
}
</style>
background-color css
<style>
a { background-color: #72547B; }
a { background-color: rgb(114,84,123); }
div.DivClassName
{
background-color: #72547B;
}
.BgClassName
{
background-color: #72547B;
}
</style>
border-color css
<style>
span { border-color: #72547B; }
span { border-color: rgb(114,84,123); }
td.TdClassName
{
border-color: #72547B;
}
.TagClassName
{
border-color: #72547B;
}
</style>