Shades of Affair #72428D
Tints of Affair #72428D
RGB
CMYK
RGB Variations
Color information
#72428D (or 0x72428D) is known color: Affair. HEX triplet: 72, 42 and 8D. RGB value is (114,66,141). Sum of RGB (Red+Green+Blue) = 114+66+141=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #72428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72428D is #8DBD72. Grayscale: #585858. Windows color (decimal): -9289075 or 9257586. OLE color: 9257586.
HSL color Cylindrical-coordinate representation of color #72428D: hue angle of 278.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72428D is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 66 | 141 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.45 |
| HSL | 278.4º | 0.36% | 0.41% | - |
| HSV(B) | 278.4º | 0.53% | 0.55% | - |
| XYZ | 13.7 | 9.4 | 26.29 | - |
| YUV | 88.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 141 | 0.19 | 0.53 | 0 | 0.45 | 278.4 | 0.36 | 0.41 |
| Hex | 72 | 42 | 8D | 13 | 35 | 0 | 2D | 116 | 24 | 29 |
| Octal | 162 | 102 | 215 | 23 | 65 | 0 | 55 | 426 | 44 | 51 |
| Binary | 1110010 | 1000010 | 10001101 | 10011 | 110101 | 0 | 101101 | 100010110 | 100100 | 101001 |
Color Harmonies of #72428D
Complementary color
Monochromatic Colors of #72428D
Black with #72428D
Text Example
Text Example
White with #72428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72428D; }
p { color: rgb(114,66,141); }
H1.HeaderClassName
{
color: #72428D;
}
.AnyTagClassName
{
color: #72428D;
}
</style>
background-color css
<style>
a { background-color: #72428D; }
a { background-color: rgb(114,66,141); }
div.DivClassName
{
background-color: #72428D;
}
.BgClassName
{
background-color: #72428D;
}
</style>
border-color css
<style>
span { border-color: #72428D; }
span { border-color: rgb(114,66,141); }
td.TdClassName
{
border-color: #72428D;
}
.TagClassName
{
border-color: #72428D;
}
</style>