Shades of Affair #75448D
Tints of Affair #75448D
RGB
CMYK
RGB Variations
Color information
#75448D (or 0x75448D) is known color: Affair. HEX triplet: 75, 44 and 8D. RGB value is (117,68,141). Sum of RGB (Red+Green+Blue) = 117+68+141=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #75448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75448D is #8ABB72. Grayscale: #5A5A5A. Windows color (decimal): -9091955 or 9258101. OLE color: 9258101.
HSL color Cylindrical-coordinate representation of color #75448D: hue angle of 280.27º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75448D is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 68 | 141 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.45 |
| HSL | 280.27º | 0.35% | 0.41% | - |
| HSV(B) | 280.27º | 0.52% | 0.55% | - |
| XYZ | 14.21 | 9.84 | 26.35 | - |
| YUV | 90.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 141 | 0.17 | 0.52 | 0 | 0.45 | 280.27 | 0.35 | 0.41 |
| Hex | 75 | 44 | 8D | 11 | 34 | 0 | 2D | 118 | 23 | 29 |
| Octal | 165 | 104 | 215 | 21 | 64 | 0 | 55 | 430 | 43 | 51 |
| Binary | 1110101 | 1000100 | 10001101 | 10001 | 110100 | 0 | 101101 | 100011000 | 100011 | 101001 |
Color Harmonies of #75448D
Complementary color
Monochromatic Colors of #75448D
Black with #75448D
Text Example
Text Example
White with #75448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75448D; }
p { color: rgb(117,68,141); }
H1.HeaderClassName
{
color: #75448D;
}
.AnyTagClassName
{
color: #75448D;
}
</style>
background-color css
<style>
a { background-color: #75448D; }
a { background-color: rgb(117,68,141); }
div.DivClassName
{
background-color: #75448D;
}
.BgClassName
{
background-color: #75448D;
}
</style>
border-color css
<style>
span { border-color: #75448D; }
span { border-color: rgb(117,68,141); }
td.TdClassName
{
border-color: #75448D;
}
.TagClassName
{
border-color: #75448D;
}
</style>