Shades of Affair #73418B
Tints of Affair #73418B
RGB
CMYK
RGB Variations
Color information
#73418B (or 0x73418B) is known color: Affair. HEX triplet: 73, 41 and 8B. RGB value is (115,65,139). Sum of RGB (Red+Green+Blue) = 115+65+139=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #73418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73418B is #8CBE74. Grayscale: #585858. Windows color (decimal): -9223797 or 9126259. OLE color: 9126259.
HSL color Cylindrical-coordinate representation of color #73418B: hue angle of 280.54º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73418B is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 65 | 139 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.45 |
| HSL | 280.54º | 0.36% | 0.4% | - |
| HSV(B) | 280.54º | 0.53% | 0.55% | - |
| XYZ | 13.62 | 9.29 | 25.5 | - |
| YUV | 88.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 139 | 0.17 | 0.53 | 0 | 0.45 | 280.54 | 0.36 | 0.4 |
| Hex | 73 | 41 | 8B | 11 | 35 | 0 | 2D | 119 | 24 | 28 |
| Octal | 163 | 101 | 213 | 21 | 65 | 0 | 55 | 431 | 44 | 50 |
| Binary | 1110011 | 1000001 | 10001011 | 10001 | 110101 | 0 | 101101 | 100011001 | 100100 | 101000 |
Color Harmonies of #73418B
Complementary color
Monochromatic Colors of #73418B
Black with #73418B
Text Example
Text Example
White with #73418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73418B; }
p { color: rgb(115,65,139); }
H1.HeaderClassName
{
color: #73418B;
}
.AnyTagClassName
{
color: #73418B;
}
</style>
background-color css
<style>
a { background-color: #73418B; }
a { background-color: rgb(115,65,139); }
div.DivClassName
{
background-color: #73418B;
}
.BgClassName
{
background-color: #73418B;
}
</style>
border-color css
<style>
span { border-color: #73418B; }
span { border-color: rgb(115,65,139); }
td.TdClassName
{
border-color: #73418B;
}
.TagClassName
{
border-color: #73418B;
}
</style>