Shades of Affair #754C8A
Tints of Affair #754C8A
RGB
CMYK
RGB Variations
Color information
#754C8A (or 0x754C8A) is known color: Affair. HEX triplet: 75, 4C and 8A. RGB value is (117,76,138). Sum of RGB (Red+Green+Blue) = 117+76+138=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #754C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754C8A is #8AB375. Grayscale: #5F5F5F. Windows color (decimal): -9089910 or 9063541. OLE color: 9063541.
HSL color Cylindrical-coordinate representation of color #754C8A: hue angle of 279.68º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754C8A is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 76 | 138 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.46 |
| HSL | 279.68º | 0.29% | 0.42% | - |
| HSV(B) | 279.68º | 0.45% | 0.54% | - |
| XYZ | 14.51 | 10.79 | 25.36 | - |
| YUV | 95.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 138 | 0.15 | 0.45 | 0 | 0.46 | 279.68 | 0.29 | 0.42 |
| Hex | 75 | 4C | 8A | F | 2D | 0 | 2E | 118 | 1D | 2A |
| Octal | 165 | 114 | 212 | 17 | 55 | 0 | 56 | 430 | 35 | 52 |
| Binary | 1110101 | 1001100 | 10001010 | 1111 | 101101 | 0 | 101110 | 100011000 | 11101 | 101010 |
Color Harmonies of #754C8A
Complementary color
Monochromatic Colors of #754C8A
Black with #754C8A
Text Example
Text Example
White with #754C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C8A; }
p { color: rgb(117,76,138); }
H1.HeaderClassName
{
color: #754C8A;
}
.AnyTagClassName
{
color: #754C8A;
}
</style>
background-color css
<style>
a { background-color: #754C8A; }
a { background-color: rgb(117,76,138); }
div.DivClassName
{
background-color: #754C8A;
}
.BgClassName
{
background-color: #754C8A;
}
</style>
border-color css
<style>
span { border-color: #754C8A; }
span { border-color: rgb(117,76,138); }
td.TdClassName
{
border-color: #754C8A;
}
.TagClassName
{
border-color: #754C8A;
}
</style>