Shades of Affair #7A5883
Tints of Affair #7A5883
RGB
CMYK
RGB Variations
Color information
#7A5883 (or 0x7A5883) is known color: Affair. HEX triplet: 7A, 58 and 83. RGB value is (122,88,131). Sum of RGB (Red+Green+Blue) = 122+88+131=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A5883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5883 is #85A77C. Grayscale: #666666. Windows color (decimal): -8759165 or 8607866. OLE color: 8607866.
HSL color Cylindrical-coordinate representation of color #7A5883: hue angle of 287.44º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A5883 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 88 | 131 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.49 |
| HSL | 287.44º | 0.2% | 0.43% | - |
| HSV(B) | 287.44º | 0.33% | 0.51% | - |
| XYZ | 15.61 | 12.76 | 23.11 | - |
| YUV | 103.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 131 | 0.07 | 0.33 | 0 | 0.49 | 287.44 | 0.2 | 0.43 |
| Hex | 7A | 58 | 83 | 7 | 21 | 0 | 31 | 11F | 14 | 2B |
| Octal | 172 | 130 | 203 | 7 | 41 | 0 | 61 | 437 | 24 | 53 |
| Binary | 1111010 | 1011000 | 10000011 | 111 | 100001 | 0 | 110001 | 100011111 | 10100 | 101011 |
Color Harmonies of #7A5883
Complementary color
Monochromatic Colors of #7A5883
Black with #7A5883
Text Example
Text Example
White with #7A5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5883; }
p { color: rgb(122,88,131); }
H1.HeaderClassName
{
color: #7A5883;
}
.AnyTagClassName
{
color: #7A5883;
}
</style>
background-color css
<style>
a { background-color: #7A5883; }
a { background-color: rgb(122,88,131); }
div.DivClassName
{
background-color: #7A5883;
}
.BgClassName
{
background-color: #7A5883;
}
</style>
border-color css
<style>
span { border-color: #7A5883; }
span { border-color: rgb(122,88,131); }
td.TdClassName
{
border-color: #7A5883;
}
.TagClassName
{
border-color: #7A5883;
}
</style>