Shades of Affair #74458F
Tints of Affair #74458F
RGB
CMYK
RGB Variations
Color information
#74458F (or 0x74458F) is known color: Affair. HEX triplet: 74, 45 and 8F. RGB value is (116,69,143). Sum of RGB (Red+Green+Blue) = 116+69+143=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #74458F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74458F is #8BBA70. Grayscale: #5B5B5B. Windows color (decimal): -9157233 or 9389428. OLE color: 9389428.
HSL color Cylindrical-coordinate representation of color #74458F: hue angle of 278.11º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74458F is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 69 | 143 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.44 |
| HSL | 278.11º | 0.35% | 0.42% | - |
| HSV(B) | 278.11º | 0.52% | 0.56% | - |
| XYZ | 14.29 | 9.95 | 27.15 | - |
| YUV | 91.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 143 | 0.19 | 0.52 | 0 | 0.44 | 278.11 | 0.35 | 0.42 |
| Hex | 74 | 45 | 8F | 13 | 34 | 0 | 2C | 116 | 23 | 2A |
| Octal | 164 | 105 | 217 | 23 | 64 | 0 | 54 | 426 | 43 | 52 |
| Binary | 1110100 | 1000101 | 10001111 | 10011 | 110100 | 0 | 101100 | 100010110 | 100011 | 101010 |
Color Harmonies of #74458F
Complementary color
Monochromatic Colors of #74458F
Black with #74458F
Text Example
Text Example
White with #74458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74458F; }
p { color: rgb(116,69,143); }
H1.HeaderClassName
{
color: #74458F;
}
.AnyTagClassName
{
color: #74458F;
}
</style>
background-color css
<style>
a { background-color: #74458F; }
a { background-color: rgb(116,69,143); }
div.DivClassName
{
background-color: #74458F;
}
.BgClassName
{
background-color: #74458F;
}
</style>
border-color css
<style>
span { border-color: #74458F; }
span { border-color: rgb(116,69,143); }
td.TdClassName
{
border-color: #74458F;
}
.TagClassName
{
border-color: #74458F;
}
</style>