Shades of Affair #78458B
Tints of Affair #78458B
RGB
CMYK
RGB Variations
Color information
#78458B (or 0x78458B) is known color: Affair. HEX triplet: 78, 45 and 8B. RGB value is (120,69,139). Sum of RGB (Red+Green+Blue) = 120+69+139=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #78458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78458B is #87BA74. Grayscale: #5C5C5C. Windows color (decimal): -8895093 or 9127288. OLE color: 9127288.
HSL color Cylindrical-coordinate representation of color #78458B: hue angle of 283.71º 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 #78458B is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 69 | 139 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.45 |
| HSL | 283.71º | 0.34% | 0.41% | - |
| HSV(B) | 283.71º | 0.5% | 0.55% | - |
| XYZ | 14.53 | 10.11 | 25.61 | - |
| YUV | 92.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 139 | 0.14 | 0.50 | 0 | 0.45 | 283.71 | 0.34 | 0.41 |
| Hex | 78 | 45 | 8B | E | 32 | 0 | 2D | 11C | 22 | 29 |
| Octal | 170 | 105 | 213 | 16 | 62 | 0 | 55 | 434 | 42 | 51 |
| Binary | 1111000 | 1000101 | 10001011 | 1110 | 110010 | 0 | 101101 | 100011100 | 100010 | 101001 |
Color Harmonies of #78458B
Complementary color
Monochromatic Colors of #78458B
Black with #78458B
Text Example
Text Example
White with #78458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78458B; }
p { color: rgb(120,69,139); }
H1.HeaderClassName
{
color: #78458B;
}
.AnyTagClassName
{
color: #78458B;
}
</style>
background-color css
<style>
a { background-color: #78458B; }
a { background-color: rgb(120,69,139); }
div.DivClassName
{
background-color: #78458B;
}
.BgClassName
{
background-color: #78458B;
}
</style>
border-color css
<style>
span { border-color: #78458B; }
span { border-color: rgb(120,69,139); }
td.TdClassName
{
border-color: #78458B;
}
.TagClassName
{
border-color: #78458B;
}
</style>