Shades of Affair #72428F
Tints of Affair #72428F
RGB
CMYK
RGB Variations
Color information
#72428F (or 0x72428F) is known color: Affair. HEX triplet: 72, 42 and 8F. RGB value is (114,66,143). Sum of RGB (Red+Green+Blue) = 114+66+143=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 143 - color contains mainly: blue. Hex color #72428F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72428F is #8DBD70. Grayscale: #585858. Windows color (decimal): -9289073 or 9388658. OLE color: 9388658.
HSL color Cylindrical-coordinate representation of color #72428F: hue angle of 277.4º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72428F is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 66 | 143 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.44 |
| HSL | 277.4º | 0.37% | 0.41% | - |
| HSV(B) | 277.4º | 0.54% | 0.56% | - |
| XYZ | 13.85 | 9.46 | 27.08 | - |
| YUV | 89.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 143 | 0.20 | 0.54 | 0 | 0.44 | 277.4 | 0.37 | 0.41 |
| Hex | 72 | 42 | 8F | 14 | 36 | 0 | 2C | 115 | 25 | 29 |
| Octal | 162 | 102 | 217 | 24 | 66 | 0 | 54 | 425 | 45 | 51 |
| Binary | 1110010 | 1000010 | 10001111 | 10100 | 110110 | 0 | 101100 | 100010101 | 100101 | 101001 |
Color Harmonies of #72428F
Complementary color
Monochromatic Colors of #72428F
Black with #72428F
Text Example
Text Example
White with #72428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72428F; }
p { color: rgb(114,66,143); }
H1.HeaderClassName
{
color: #72428F;
}
.AnyTagClassName
{
color: #72428F;
}
</style>
background-color css
<style>
a { background-color: #72428F; }
a { background-color: rgb(114,66,143); }
div.DivClassName
{
background-color: #72428F;
}
.BgClassName
{
background-color: #72428F;
}
</style>
border-color css
<style>
span { border-color: #72428F; }
span { border-color: rgb(114,66,143); }
td.TdClassName
{
border-color: #72428F;
}
.TagClassName
{
border-color: #72428F;
}
</style>