Shades of Affair #72508F
Tints of Affair #72508F
RGB
CMYK
RGB Variations
Color information
#72508F (or 0x72508F) is known color: Affair. HEX triplet: 72, 50 and 8F. RGB value is (114,80,143). Sum of RGB (Red+Green+Blue) = 114+80+143=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #72508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72508F is #8DAF70. Grayscale: #616161. Windows color (decimal): -9285489 or 9392242. OLE color: 9392242.
HSL color Cylindrical-coordinate representation of color #72508F: hue angle of 272.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72508F is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 80 | 143 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.44 |
| HSL | 272.38º | 0.28% | 0.44% | - |
| HSV(B) | 272.38º | 0.44% | 0.56% | - |
| XYZ | 14.77 | 11.3 | 27.39 | - |
| YUV | 97.35 | 153.76 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 143 | 0.20 | 0.44 | 0 | 0.44 | 272.38 | 0.28 | 0.44 |
| Hex | 72 | 50 | 8F | 14 | 2C | 0 | 2C | 110 | 1C | 2C |
| Octal | 162 | 120 | 217 | 24 | 54 | 0 | 54 | 420 | 34 | 54 |
| Binary | 1110010 | 1010000 | 10001111 | 10100 | 101100 | 0 | 101100 | 100010000 | 11100 | 101100 |
Color Harmonies of #72508F
Complementary color
Monochromatic Colors of #72508F
Black with #72508F
Text Example
Text Example
White with #72508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72508F; }
p { color: rgb(114,80,143); }
H1.HeaderClassName
{
color: #72508F;
}
.AnyTagClassName
{
color: #72508F;
}
</style>
background-color css
<style>
a { background-color: #72508F; }
a { background-color: rgb(114,80,143); }
div.DivClassName
{
background-color: #72508F;
}
.BgClassName
{
background-color: #72508F;
}
</style>
border-color css
<style>
span { border-color: #72508F; }
span { border-color: rgb(114,80,143); }
td.TdClassName
{
border-color: #72508F;
}
.TagClassName
{
border-color: #72508F;
}
</style>