Shades of Affair #7B608C
Tints of Affair #7B608C
RGB
CMYK
RGB Variations
Color information
#7B608C (or 0x7B608C) is known color: Affair. HEX triplet: 7B, 60 and 8C. RGB value is (123,96,140). Sum of RGB (Red+Green+Blue) = 123+96+140=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #7B608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B608C is #849F73. Grayscale: #6C6C6C. Windows color (decimal): -8691572 or 9199739. OLE color: 9199739.
HSL color Cylindrical-coordinate representation of color #7B608C: hue angle of 276.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B608C is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 96 | 140 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.45 |
| HSL | 276.82º | 0.19% | 0.46% | - |
| HSV(B) | 276.82º | 0.31% | 0.55% | - |
| XYZ | 17.08 | 14.47 | 26.7 | - |
| YUV | 109.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 140 | 0.12 | 0.31 | 0 | 0.45 | 276.82 | 0.19 | 0.46 |
| Hex | 7B | 60 | 8C | C | 1F | 0 | 2D | 115 | 13 | 2E |
| Octal | 173 | 140 | 214 | 14 | 37 | 0 | 55 | 425 | 23 | 56 |
| Binary | 1111011 | 1100000 | 10001100 | 1100 | 11111 | 0 | 101101 | 100010101 | 10011 | 101110 |
Color Harmonies of #7B608C
Complementary color
Monochromatic Colors of #7B608C
Black with #7B608C
Text Example
Text Example
White with #7B608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B608C; }
p { color: rgb(123,96,140); }
H1.HeaderClassName
{
color: #7B608C;
}
.AnyTagClassName
{
color: #7B608C;
}
</style>
background-color css
<style>
a { background-color: #7B608C; }
a { background-color: rgb(123,96,140); }
div.DivClassName
{
background-color: #7B608C;
}
.BgClassName
{
background-color: #7B608C;
}
</style>
border-color css
<style>
span { border-color: #7B608C; }
span { border-color: rgb(123,96,140); }
td.TdClassName
{
border-color: #7B608C;
}
.TagClassName
{
border-color: #7B608C;
}
</style>