Shades of Affair #72488D
Tints of Affair #72488D
RGB
CMYK
RGB Variations
Color information
#72488D (or 0x72488D) is known color: Affair. HEX triplet: 72, 48 and 8D. RGB value is (114,72,141). Sum of RGB (Red+Green+Blue) = 114+72+141=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #72488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72488D is #8DB772. Grayscale: #5C5C5C. Windows color (decimal): -9287539 or 9259122. OLE color: 9259122.
HSL color Cylindrical-coordinate representation of color #72488D: hue angle of 276.52º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72488D is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 72 | 141 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.45 |
| HSL | 276.52º | 0.32% | 0.42% | - |
| HSV(B) | 276.52º | 0.49% | 0.55% | - |
| XYZ | 14.06 | 10.14 | 26.41 | - |
| YUV | 92.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 141 | 0.19 | 0.49 | 0 | 0.45 | 276.52 | 0.32 | 0.42 |
| Hex | 72 | 48 | 8D | 13 | 31 | 0 | 2D | 115 | 20 | 2A |
| Octal | 162 | 110 | 215 | 23 | 61 | 0 | 55 | 425 | 40 | 52 |
| Binary | 1110010 | 1001000 | 10001101 | 10011 | 110001 | 0 | 101101 | 100010101 | 100000 | 101010 |
Color Harmonies of #72488D
Complementary color
Monochromatic Colors of #72488D
Black with #72488D
Text Example
Text Example
White with #72488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72488D; }
p { color: rgb(114,72,141); }
H1.HeaderClassName
{
color: #72488D;
}
.AnyTagClassName
{
color: #72488D;
}
</style>
background-color css
<style>
a { background-color: #72488D; }
a { background-color: rgb(114,72,141); }
div.DivClassName
{
background-color: #72488D;
}
.BgClassName
{
background-color: #72488D;
}
</style>
border-color css
<style>
span { border-color: #72488D; }
span { border-color: rgb(114,72,141); }
td.TdClassName
{
border-color: #72488D;
}
.TagClassName
{
border-color: #72488D;
}
</style>