Shades of Affair #73488C
Tints of Affair #73488C
RGB
CMYK
RGB Variations
Color information
#73488C (or 0x73488C) is known color: Affair. HEX triplet: 73, 48 and 8C. RGB value is (115,72,140). Sum of RGB (Red+Green+Blue) = 115+72+140=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #73488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73488C is #8CB773. Grayscale: #5C5C5C. Windows color (decimal): -9222004 or 9193587. OLE color: 9193587.
HSL color Cylindrical-coordinate representation of color #73488C: hue angle of 277.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73488C is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 72 | 140 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.45 |
| HSL | 277.94º | 0.32% | 0.42% | - |
| HSV(B) | 277.94º | 0.49% | 0.55% | - |
| XYZ | 14.12 | 10.17 | 26.03 | - |
| YUV | 92.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 140 | 0.18 | 0.49 | 0 | 0.45 | 277.94 | 0.32 | 0.42 |
| Hex | 73 | 48 | 8C | 12 | 31 | 0 | 2D | 116 | 20 | 2A |
| Octal | 163 | 110 | 214 | 22 | 61 | 0 | 55 | 426 | 40 | 52 |
| Binary | 1110011 | 1001000 | 10001100 | 10010 | 110001 | 0 | 101101 | 100010110 | 100000 | 101010 |
Color Harmonies of #73488C
Complementary color
Monochromatic Colors of #73488C
Black with #73488C
Text Example
Text Example
White with #73488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73488C; }
p { color: rgb(115,72,140); }
H1.HeaderClassName
{
color: #73488C;
}
.AnyTagClassName
{
color: #73488C;
}
</style>
background-color css
<style>
a { background-color: #73488C; }
a { background-color: rgb(115,72,140); }
div.DivClassName
{
background-color: #73488C;
}
.BgClassName
{
background-color: #73488C;
}
</style>
border-color css
<style>
span { border-color: #73488C; }
span { border-color: rgb(115,72,140); }
td.TdClassName
{
border-color: #73488C;
}
.TagClassName
{
border-color: #73488C;
}
</style>