Shades of Affair #72498B
Tints of Affair #72498B
RGB
CMYK
RGB Variations
Color information
#72498B (or 0x72498B) is known color: Affair. HEX triplet: 72, 49 and 8B. RGB value is (114,73,139). Sum of RGB (Red+Green+Blue) = 114+73+139=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #72498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72498B is #8DB674. Grayscale: #5C5C5C. Windows color (decimal): -9287285 or 9128306. OLE color: 9128306.
HSL color Cylindrical-coordinate representation of color #72498B: hue angle of 277.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72498B is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 73 | 139 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.45 |
| HSL | 277.27º | 0.31% | 0.42% | - |
| HSV(B) | 277.27º | 0.47% | 0.55% | - |
| XYZ | 13.98 | 10.21 | 25.66 | - |
| YUV | 92.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 139 | 0.18 | 0.47 | 0 | 0.45 | 277.27 | 0.31 | 0.42 |
| Hex | 72 | 49 | 8B | 12 | 2F | 0 | 2D | 115 | 1F | 2A |
| Octal | 162 | 111 | 213 | 22 | 57 | 0 | 55 | 425 | 37 | 52 |
| Binary | 1110010 | 1001001 | 10001011 | 10010 | 101111 | 0 | 101101 | 100010101 | 11111 | 101010 |
Color Harmonies of #72498B
Complementary color
Monochromatic Colors of #72498B
Black with #72498B
Text Example
Text Example
White with #72498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72498B; }
p { color: rgb(114,73,139); }
H1.HeaderClassName
{
color: #72498B;
}
.AnyTagClassName
{
color: #72498B;
}
</style>
background-color css
<style>
a { background-color: #72498B; }
a { background-color: rgb(114,73,139); }
div.DivClassName
{
background-color: #72498B;
}
.BgClassName
{
background-color: #72498B;
}
</style>
border-color css
<style>
span { border-color: #72498B; }
span { border-color: rgb(114,73,139); }
td.TdClassName
{
border-color: #72498B;
}
.TagClassName
{
border-color: #72498B;
}
</style>