Shades of Affair #705A7D
Tints of Affair #705A7D
RGB
CMYK
RGB Variations
Color information
#705A7D (or 0x705A7D) is known color: Affair. HEX triplet: 70, 5A and 7D. RGB value is (112,90,125). Sum of RGB (Red+Green+Blue) = 112+90+125=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #705A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A7D is #8FA582. Grayscale: #646464. Windows color (decimal): -9414019 or 8215152. OLE color: 8215152.
HSL color Cylindrical-coordinate representation of color #705A7D: hue angle of 277.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705A7D is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 90 | 125 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.51 |
| HSL | 277.71º | 0.16% | 0.42% | - |
| HSV(B) | 277.71º | 0.28% | 0.49% | - |
| XYZ | 14.04 | 12.24 | 21.02 | - |
| YUV | 100.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 125 | 0.10 | 0.28 | 0 | 0.51 | 277.71 | 0.16 | 0.42 |
| Hex | 70 | 5A | 7D | A | 1C | 0 | 33 | 116 | 10 | 2A |
| Octal | 160 | 132 | 175 | 12 | 34 | 0 | 63 | 426 | 20 | 52 |
| Binary | 1110000 | 1011010 | 1111101 | 1010 | 11100 | 0 | 110011 | 100010110 | 10000 | 101010 |
Color Harmonies of #705A7D
Complementary color
Monochromatic Colors of #705A7D
Black with #705A7D
Text Example
Text Example
White with #705A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A7D; }
p { color: rgb(112,90,125); }
H1.HeaderClassName
{
color: #705A7D;
}
.AnyTagClassName
{
color: #705A7D;
}
</style>
background-color css
<style>
a { background-color: #705A7D; }
a { background-color: rgb(112,90,125); }
div.DivClassName
{
background-color: #705A7D;
}
.BgClassName
{
background-color: #705A7D;
}
</style>
border-color css
<style>
span { border-color: #705A7D; }
span { border-color: rgb(112,90,125); }
td.TdClassName
{
border-color: #705A7D;
}
.TagClassName
{
border-color: #705A7D;
}
</style>