Shades of Affair #77438B
Tints of Affair #77438B
RGB
CMYK
RGB Variations
Color information
#77438B (or 0x77438B) is known color: Affair. HEX triplet: 77, 43 and 8B. RGB value is (119,67,139). Sum of RGB (Red+Green+Blue) = 119+67+139=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #77438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77438B is #88BC74. Grayscale: #5A5A5A. Windows color (decimal): -8961141 or 9126775. OLE color: 9126775.
HSL color Cylindrical-coordinate representation of color #77438B: hue angle of 283.33º 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 #77438B is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 67 | 139 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.45 |
| HSL | 283.33º | 0.35% | 0.4% | - |
| HSV(B) | 283.33º | 0.52% | 0.55% | - |
| XYZ | 14.28 | 9.8 | 25.57 | - |
| YUV | 90.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 139 | 0.14 | 0.52 | 0 | 0.45 | 283.33 | 0.35 | 0.4 |
| Hex | 77 | 43 | 8B | E | 34 | 0 | 2D | 11B | 23 | 28 |
| Octal | 167 | 103 | 213 | 16 | 64 | 0 | 55 | 433 | 43 | 50 |
| Binary | 1110111 | 1000011 | 10001011 | 1110 | 110100 | 0 | 101101 | 100011011 | 100011 | 101000 |
Color Harmonies of #77438B
Complementary color
Monochromatic Colors of #77438B
Black with #77438B
Text Example
Text Example
White with #77438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77438B; }
p { color: rgb(119,67,139); }
H1.HeaderClassName
{
color: #77438B;
}
.AnyTagClassName
{
color: #77438B;
}
</style>
background-color css
<style>
a { background-color: #77438B; }
a { background-color: rgb(119,67,139); }
div.DivClassName
{
background-color: #77438B;
}
.BgClassName
{
background-color: #77438B;
}
</style>
border-color css
<style>
span { border-color: #77438B; }
span { border-color: rgb(119,67,139); }
td.TdClassName
{
border-color: #77438B;
}
.TagClassName
{
border-color: #77438B;
}
</style>