Shades of Affair #72567F
Tints of Affair #72567F
RGB
CMYK
RGB Variations
Color information
#72567F (or 0x72567F) is known color: Affair. HEX triplet: 72, 56 and 7F. RGB value is (114,86,127). Sum of RGB (Red+Green+Blue) = 114+86+127=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #72567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72567F is #8DA980. Grayscale: #626262. Windows color (decimal): -9283969 or 8345202. OLE color: 8345202.
HSL color Cylindrical-coordinate representation of color #72567F: hue angle of 280.98º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72567F is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 86 | 127 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.50 |
| HSL | 280.98º | 0.19% | 0.42% | - |
| HSV(B) | 280.98º | 0.32% | 0.5% | - |
| XYZ | 14.1 | 11.77 | 21.61 | - |
| YUV | 99.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 127 | 0.10 | 0.32 | 0 | 0.50 | 280.98 | 0.19 | 0.42 |
| Hex | 72 | 56 | 7F | A | 20 | 0 | 32 | 119 | 13 | 2A |
| Octal | 162 | 126 | 177 | 12 | 40 | 0 | 62 | 431 | 23 | 52 |
| Binary | 1110010 | 1010110 | 1111111 | 1010 | 100000 | 0 | 110010 | 100011001 | 10011 | 101010 |
Color Harmonies of #72567F
Complementary color
Monochromatic Colors of #72567F
Black with #72567F
Text Example
Text Example
White with #72567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72567F; }
p { color: rgb(114,86,127); }
H1.HeaderClassName
{
color: #72567F;
}
.AnyTagClassName
{
color: #72567F;
}
</style>
background-color css
<style>
a { background-color: #72567F; }
a { background-color: rgb(114,86,127); }
div.DivClassName
{
background-color: #72567F;
}
.BgClassName
{
background-color: #72567F;
}
</style>
border-color css
<style>
span { border-color: #72567F; }
span { border-color: rgb(114,86,127); }
td.TdClassName
{
border-color: #72567F;
}
.TagClassName
{
border-color: #72567F;
}
</style>