Shades of Affair #78438B
Tints of Affair #78438B
RGB
CMYK
RGB Variations
Color information
#78438B (or 0x78438B) is known color: Affair. HEX triplet: 78, 43 and 8B. RGB value is (120,67,139). Sum of RGB (Red+Green+Blue) = 120+67+139=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #78438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78438B is #87BC74. Grayscale: #5A5A5A. Windows color (decimal): -8895605 or 9126776. OLE color: 9126776.
HSL color Cylindrical-coordinate representation of color #78438B: hue angle of 284.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78438B is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 67 | 139 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.45 |
| HSL | 284.17º | 0.35% | 0.4% | - |
| HSV(B) | 284.17º | 0.52% | 0.55% | - |
| XYZ | 14.41 | 9.87 | 25.57 | - |
| YUV | 91.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 139 | 0.14 | 0.52 | 0 | 0.45 | 284.17 | 0.35 | 0.4 |
| Hex | 78 | 43 | 8B | E | 34 | 0 | 2D | 11C | 23 | 28 |
| Octal | 170 | 103 | 213 | 16 | 64 | 0 | 55 | 434 | 43 | 50 |
| Binary | 1111000 | 1000011 | 10001011 | 1110 | 110100 | 0 | 101101 | 100011100 | 100011 | 101000 |
Color Harmonies of #78438B
Complementary color
Monochromatic Colors of #78438B
Black with #78438B
Text Example
Text Example
White with #78438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78438B; }
p { color: rgb(120,67,139); }
H1.HeaderClassName
{
color: #78438B;
}
.AnyTagClassName
{
color: #78438B;
}
</style>
background-color css
<style>
a { background-color: #78438B; }
a { background-color: rgb(120,67,139); }
div.DivClassName
{
background-color: #78438B;
}
.BgClassName
{
background-color: #78438B;
}
</style>
border-color css
<style>
span { border-color: #78438B; }
span { border-color: rgb(120,67,139); }
td.TdClassName
{
border-color: #78438B;
}
.TagClassName
{
border-color: #78438B;
}
</style>