Shades of Affair #7B608A
Tints of Affair #7B608A
RGB
CMYK
RGB Variations
Color information
#7B608A (or 0x7B608A) is known color: Affair. HEX triplet: 7B, 60 and 8A. RGB value is (123,96,138). Sum of RGB (Red+Green+Blue) = 123+96+138=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B608A is #849F75. Grayscale: #6C6C6C. Windows color (decimal): -8691574 or 9068667. OLE color: 9068667.
HSL color Cylindrical-coordinate representation of color #7B608A: hue angle of 278.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B608A is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 96 | 138 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.46 |
| HSL | 278.57º | 0.18% | 0.46% | - |
| HSV(B) | 278.57º | 0.3% | 0.54% | - |
| XYZ | 16.94 | 14.41 | 25.93 | - |
| YUV | 108.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 138 | 0.11 | 0.30 | 0 | 0.46 | 278.57 | 0.18 | 0.46 |
| Hex | 7B | 60 | 8A | B | 1E | 0 | 2E | 117 | 12 | 2E |
| Octal | 173 | 140 | 212 | 13 | 36 | 0 | 56 | 427 | 22 | 56 |
| Binary | 1111011 | 1100000 | 10001010 | 1011 | 11110 | 0 | 101110 | 100010111 | 10010 | 101110 |
Color Harmonies of #7B608A
Complementary color
Monochromatic Colors of #7B608A
Black with #7B608A
Text Example
Text Example
White with #7B608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B608A; }
p { color: rgb(123,96,138); }
H1.HeaderClassName
{
color: #7B608A;
}
.AnyTagClassName
{
color: #7B608A;
}
</style>
background-color css
<style>
a { background-color: #7B608A; }
a { background-color: rgb(123,96,138); }
div.DivClassName
{
background-color: #7B608A;
}
.BgClassName
{
background-color: #7B608A;
}
</style>
border-color css
<style>
span { border-color: #7B608A; }
span { border-color: rgb(123,96,138); }
td.TdClassName
{
border-color: #7B608A;
}
.TagClassName
{
border-color: #7B608A;
}
</style>