Shades of Affair #654A7E
Tints of Affair #654A7E
RGB
CMYK
RGB Variations
Color information
#654A7E (or 0x654A7E) is known color: Affair. HEX triplet: 65, 4A and 7E. RGB value is (101,74,126). Sum of RGB (Red+Green+Blue) = 101+74+126=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #654A7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654A7E is #9AB581. Grayscale: #575757. Windows color (decimal): -10139010 or 8276581. OLE color: 8276581.
HSL color Cylindrical-coordinate representation of color #654A7E: hue angle of 271.15º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #654A7E is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 74 | 126 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.51 |
| HSL | 271.15º | 0.26% | 0.39% | - |
| HSV(B) | 271.15º | 0.41% | 0.49% | - |
| XYZ | 11.58 | 9.17 | 20.9 | - |
| YUV | 88 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 126 | 0.20 | 0.41 | 0 | 0.51 | 271.15 | 0.26 | 0.39 |
| Hex | 65 | 4A | 7E | 14 | 29 | 0 | 33 | 10F | 1A | 27 |
| Octal | 145 | 112 | 176 | 24 | 51 | 0 | 63 | 417 | 32 | 47 |
| Binary | 1100101 | 1001010 | 1111110 | 10100 | 101001 | 0 | 110011 | 100001111 | 11010 | 100111 |
Color Harmonies of #654A7E
Complementary color
Monochromatic Colors of #654A7E
Black with #654A7E
Text Example
Text Example
White with #654A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A7E; }
p { color: rgb(101,74,126); }
H1.HeaderClassName
{
color: #654A7E;
}
.AnyTagClassName
{
color: #654A7E;
}
</style>
background-color css
<style>
a { background-color: #654A7E; }
a { background-color: rgb(101,74,126); }
div.DivClassName
{
background-color: #654A7E;
}
.BgClassName
{
background-color: #654A7E;
}
</style>
border-color css
<style>
span { border-color: #654A7E; }
span { border-color: rgb(101,74,126); }
td.TdClassName
{
border-color: #654A7E;
}
.TagClassName
{
border-color: #654A7E;
}
</style>