Shades of Affair #76458B
Tints of Affair #76458B
RGB
CMYK
RGB Variations
Color information
#76458B (or 0x76458B) is known color: Affair. HEX triplet: 76, 45 and 8B. RGB value is (118,69,139). Sum of RGB (Red+Green+Blue) = 118+69+139=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #76458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76458B is #89BA74. Grayscale: #5B5B5B. Windows color (decimal): -9026165 or 9127286. OLE color: 9127286.
HSL color Cylindrical-coordinate representation of color #76458B: hue angle of 282º 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 #76458B is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 69 | 139 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.45 |
| HSL | 282º | 0.34% | 0.41% | - |
| HSV(B) | 282º | 0.5% | 0.55% | - |
| XYZ | 14.26 | 9.97 | 25.6 | - |
| YUV | 91.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 139 | 0.15 | 0.50 | 0 | 0.45 | 282 | 0.34 | 0.41 |
| Hex | 76 | 45 | 8B | F | 32 | 0 | 2D | 11A | 22 | 29 |
| Octal | 166 | 105 | 213 | 17 | 62 | 0 | 55 | 432 | 42 | 51 |
| Binary | 1110110 | 1000101 | 10001011 | 1111 | 110010 | 0 | 101101 | 100011010 | 100010 | 101001 |
Color Harmonies of #76458B
Complementary color
Monochromatic Colors of #76458B
Black with #76458B
Text Example
Text Example
White with #76458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76458B; }
p { color: rgb(118,69,139); }
H1.HeaderClassName
{
color: #76458B;
}
.AnyTagClassName
{
color: #76458B;
}
</style>
background-color css
<style>
a { background-color: #76458B; }
a { background-color: rgb(118,69,139); }
div.DivClassName
{
background-color: #76458B;
}
.BgClassName
{
background-color: #76458B;
}
</style>
border-color css
<style>
span { border-color: #76458B; }
span { border-color: rgb(118,69,139); }
td.TdClassName
{
border-color: #76458B;
}
.TagClassName
{
border-color: #76458B;
}
</style>