Shades of Affair #75458B
Tints of Affair #75458B
RGB
CMYK
RGB Variations
Color information
#75458B (or 0x75458B) is known color: Affair. HEX triplet: 75, 45 and 8B. RGB value is (117,69,139). Sum of RGB (Red+Green+Blue) = 117+69+139=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #75458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75458B is #8ABA74. Grayscale: #5B5B5B. Windows color (decimal): -9091701 or 9127285. OLE color: 9127285.
HSL color Cylindrical-coordinate representation of color #75458B: hue angle of 281.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75458B is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 69 | 139 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.45 |
| HSL | 281.14º | 0.34% | 0.41% | - |
| HSV(B) | 281.14º | 0.5% | 0.55% | - |
| XYZ | 14.12 | 9.9 | 25.59 | - |
| YUV | 91.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 139 | 0.16 | 0.50 | 0 | 0.45 | 281.14 | 0.34 | 0.41 |
| Hex | 75 | 45 | 8B | 10 | 32 | 0 | 2D | 119 | 22 | 29 |
| Octal | 165 | 105 | 213 | 20 | 62 | 0 | 55 | 431 | 42 | 51 |
| Binary | 1110101 | 1000101 | 10001011 | 10000 | 110010 | 0 | 101101 | 100011001 | 100010 | 101001 |
Color Harmonies of #75458B
Complementary color
Monochromatic Colors of #75458B
Black with #75458B
Text Example
Text Example
White with #75458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75458B; }
p { color: rgb(117,69,139); }
H1.HeaderClassName
{
color: #75458B;
}
.AnyTagClassName
{
color: #75458B;
}
</style>
background-color css
<style>
a { background-color: #75458B; }
a { background-color: rgb(117,69,139); }
div.DivClassName
{
background-color: #75458B;
}
.BgClassName
{
background-color: #75458B;
}
</style>
border-color css
<style>
span { border-color: #75458B; }
span { border-color: rgb(117,69,139); }
td.TdClassName
{
border-color: #75458B;
}
.TagClassName
{
border-color: #75458B;
}
</style>