Shades of Affair #73507F
Tints of Affair #73507F
RGB
CMYK
RGB Variations
Color information
#73507F (or 0x73507F) is known color: Affair. HEX triplet: 73, 50 and 7F. RGB value is (115,80,127). Sum of RGB (Red+Green+Blue) = 115+80+127=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #73507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73507F is #8CAF80. Grayscale: #5F5F5F. Windows color (decimal): -9219969 or 8343667. OLE color: 8343667.
HSL color Cylindrical-coordinate representation of color #73507F: hue angle of 284.68º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73507F is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 80 | 127 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.50 |
| HSL | 284.68º | 0.23% | 0.41% | - |
| HSV(B) | 284.68º | 0.37% | 0.5% | - |
| XYZ | 13.77 | 10.91 | 21.46 | - |
| YUV | 95.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 127 | 0.09 | 0.37 | 0 | 0.50 | 284.68 | 0.23 | 0.41 |
| Hex | 73 | 50 | 7F | 9 | 25 | 0 | 32 | 11D | 17 | 29 |
| Octal | 163 | 120 | 177 | 11 | 45 | 0 | 62 | 435 | 27 | 51 |
| Binary | 1110011 | 1010000 | 1111111 | 1001 | 100101 | 0 | 110010 | 100011101 | 10111 | 101001 |
Color Harmonies of #73507F
Complementary color
Monochromatic Colors of #73507F
Black with #73507F
Text Example
Text Example
White with #73507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73507F; }
p { color: rgb(115,80,127); }
H1.HeaderClassName
{
color: #73507F;
}
.AnyTagClassName
{
color: #73507F;
}
</style>
background-color css
<style>
a { background-color: #73507F; }
a { background-color: rgb(115,80,127); }
div.DivClassName
{
background-color: #73507F;
}
.BgClassName
{
background-color: #73507F;
}
</style>
border-color css
<style>
span { border-color: #73507F; }
span { border-color: rgb(115,80,127); }
td.TdClassName
{
border-color: #73507F;
}
.TagClassName
{
border-color: #73507F;
}
</style>