Shades of Affair #75428D
Tints of Affair #75428D
RGB
CMYK
RGB Variations
Color information
#75428D (or 0x75428D) is known color: Affair. HEX triplet: 75, 42 and 8D. RGB value is (117,66,141). Sum of RGB (Red+Green+Blue) = 117+66+141=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #75428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75428D is #8ABD72. Grayscale: #595959. Windows color (decimal): -9092467 or 9257589. OLE color: 9257589.
HSL color Cylindrical-coordinate representation of color #75428D: hue angle of 280.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75428D is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 66 | 141 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.45 |
| HSL | 280.8º | 0.36% | 0.41% | - |
| HSV(B) | 280.8º | 0.53% | 0.55% | - |
| XYZ | 14.09 | 9.6 | 26.31 | - |
| YUV | 89.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 141 | 0.17 | 0.53 | 0 | 0.45 | 280.8 | 0.36 | 0.41 |
| Hex | 75 | 42 | 8D | 11 | 35 | 0 | 2D | 119 | 24 | 29 |
| Octal | 165 | 102 | 215 | 21 | 65 | 0 | 55 | 431 | 44 | 51 |
| Binary | 1110101 | 1000010 | 10001101 | 10001 | 110101 | 0 | 101101 | 100011001 | 100100 | 101001 |
Color Harmonies of #75428D
Complementary color
Monochromatic Colors of #75428D
Black with #75428D
Text Example
Text Example
White with #75428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75428D; }
p { color: rgb(117,66,141); }
H1.HeaderClassName
{
color: #75428D;
}
.AnyTagClassName
{
color: #75428D;
}
</style>
background-color css
<style>
a { background-color: #75428D; }
a { background-color: rgb(117,66,141); }
div.DivClassName
{
background-color: #75428D;
}
.BgClassName
{
background-color: #75428D;
}
</style>
border-color css
<style>
span { border-color: #75428D; }
span { border-color: rgb(117,66,141); }
td.TdClassName
{
border-color: #75428D;
}
.TagClassName
{
border-color: #75428D;
}
</style>